EntityDataSourceSelectingEventArgs.SelectArguments Property

Definition

Gets values that determine how the data is returned.

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

Property Value

An object that contains values for determining how the data is returned.

Applies to