IDynamicDataSource.Where 屬性

定義

取得或設定代表條件的值,此條件必須為 true,資料錄才會包含在 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 取決於所使用的資料來源。

適用於