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

プロパティ値

Where 句の作成に使用する値。

注釈

句の特定の Where 構文は、使用されるデータ ソースによって異なります。

適用対象