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 子句的具體語法取決於所使用的資料來源。

適用於