共用方式為


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 屬性時,也會針對控制項的 LinqDataSourceView Where 屬性設定該值。 如需詳細資訊,請參閱 LinqDataSource.Where 屬性 (Property)。

適用於

另請參閱