Repeater.SelectArguments Propiedad

Definición

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

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