Adf.Business.Search.IsAttribute.IsAttribute C# (CSharp) 메소드

IsAttribute() 공개 메소드

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