Adf.Business.Search.IsAttribute.IsAttribute C# (CSharp) Method

IsAttribute() public method

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