다음을 통해 공유


QueryableDataSourceView.Where 속성

정의

행이 검색되는 데이터에 포함되기 위해 충족해야 하는 조건을 지정하는 값을 가져오거나 설정합니다.

public:
 virtual property System::String ^ Where { System::String ^ get(); void set(System::String ^ value); };
public virtual string Where { get; set; }
member this.Where : string with get, set
Public Overridable Property Where As String

속성 값

String

Where 절을 만드는 데 사용되는 문자열입니다.

적용 대상