Repeater.SelectArguments Propiedad

Definición

Obtiene un objeto DataSourceSelectArguments que usa el control Repeater 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

DataSourceSelectArguments

Un objeto DataSourceSelectArguments utilizado para recuperar datos. El valor predeterminado es Empty.

Comentarios

La primera llamada al DataSourceSelectArguments objeto llama al CreateDataSourceSelectArguments método para crear el Empty objeto .

Se aplica a

Consulte también