EntityDataSourceSelectingEventArgs.SelectArguments 屬性

定義

會得到決定資料回傳方式的數值。

public:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
public System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Public ReadOnly Property SelectArguments As DataSourceSelectArguments

屬性值

一個包含判斷資料回傳方式的值的物件。

適用於