BaseDataList.SelectArguments Propiedad

Definición

Obtiene un objeto DataSourceSelectArguments que utiliza el control enlazado a datos al recuperar los datos de un control de origen de datos.

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

Valor de propiedad

Un valor DataSourceSelectArguments utilizado por el control enlazado a datos para recuperar los datos. El valor predeterminado es devolver el valor de CreateDataSourceSelectArguments().

Comentarios

La SelectArguments propiedad llama al CreateDataSourceSelectArguments método para crear un objeto predeterminado DataSourceSelectArguments .

Se aplica a

Consulte también