IDynamicDataSource.Where 속성

정의

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

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

속성 값

String

Where 절을 만드는 데 사용되는 값입니다.

설명

에 대 한 특정 구문을 Where 절 사용 되는 데이터 원본에 따라 달라 집니다.

적용 대상