Repeater.SelectArguments Propriedade

Definição

Obtém um objeto DataSourceSelectArguments que o controle Repeater usa ao recuperar dados de um controle de fonte de dados.

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 da propriedade

DataSourceSelectArguments

Um DataSourceSelectArguments objeto usado para recuperar dados. O padrão é o valor Empty.

Comentários

A primeira chamada ao DataSourceSelectArguments objeto chama o CreateDataSourceSelectArguments método para criar o Empty objeto.

Aplica-se a

Confira também