Adf.Business.Search.IsAttribute.IsAttribute C# (CSharp) Méthode

IsAttribute() public méthode

Initializes an instance of IsAttribute with the supplied column name.
public IsAttribute ( string column ) : System
column string The supplied column name.
Résultat System
        public IsAttribute(string column)
            : base("Is", OperatorType.IsEqual, column)
        {
        }
IsAttribute