C# 클래스 Adf.Business.Search.SearchAttribute

상속: System.Attribute, ISearchParameter
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
SearchAttribute ( string op, OperatorType operatorType, string column, ParameterType parameterType = null, CollationType collation = null ) : System

Sets the method name and column name of this instance with the supplied method name and column name.

메소드 상세

SearchAttribute() 공개 메소드

Sets the method name and column name of this instance with the supplied method name and column name.
public SearchAttribute ( string op, OperatorType operatorType, string column, ParameterType parameterType = null, CollationType collation = null ) : System
op string The supplied method name.
operatorType Adf.Core.Query.OperatorType
column string The supplied column name.
parameterType Adf.Core.Query.ParameterType
collation CollationType
리턴 System