EntityDataSourceSelectedEventArgs.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

属性值

DataSourceSelectArguments

包含用于确定数据返回方式的值的对象。

适用于