Catnap.Citeria.Conditions.GreaterThan.GreaterThan C# (CSharp) Method

GreaterThan() public method

public GreaterThan ( string columnName, object value ) : System
columnName string
value object
return System
        public GreaterThan(string columnName, object value)
            : base(columnName, ">", value)
        {
        }
GreaterThan