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 プロパティを参照してください。

適用対象

こちらもご覧ください