EntityDataSourceSelectedEventArgs.SelectArguments Propiedad

Definición

Obtiene valores que determinan cómo se devuelven los datos.

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

Valor de propiedad

Objeto que contiene valores para determinar cómo se devuelven los datos.

Se aplica a