LinqDataSourceView.Where 속성

정의

검색된 데이터에 포함할 레코드에 대해 true여야 하는 조건을 지정하는 값을 가져오거나 설정합니다.

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

속성 값

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

설명

컨트롤의 Where 속성을 설정하면 컨트롤의 LinqDataSource Where 속성에도 해당 값이 LinqDataSourceView 설정됩니다. 자세한 내용은 LinqDataSource.Where 속성을 참조하세요.

적용 대상

추가 정보