Catnap.Citeria.Conditions.GreaterThan.GreaterThan C# (CSharp) Méthode

GreaterThan() public méthode

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