다음을 통해 공유


LinqDataSourceView.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컨트롤의 속성을 설정 하면 LinqDataSource 해당 값도 컨트롤의 Where 속성에 대해 설정 됩니다 LinqDataSourceView . 자세한 내용은 LinqDataSource.Where 속성을 참조하세요.

적용 대상

추가 정보