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

IsSmallerOrEqualAttribute() 공개 메소드

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