IDynamicDataSource.AutoGenerateWhereClause 속성

정의

IDynamicDataSource 컨트롤이 WhereParameters 컬렉션에 정의된 값을 기준으로 Where 절을 동적으로 만드는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool AutoGenerateWhereClause { bool get(); void set(bool value); };
public bool AutoGenerateWhereClause { get; set; }
member this.AutoGenerateWhereClause : bool with get, set
Public Property AutoGenerateWhereClause As Boolean

속성 값

데이터 소스 컨트롤에서 true 절을 동적으로 만들면 Where이고, 그렇지 않으면 false입니다.

적용 대상