BaseDataList.SelectArguments Propriedade

Definição

Obtém um objeto DataSourceSelectArguments que o controle associado a dados usa ao recuperar dados de um controle de fonte de dados.Gets a DataSourceSelectArguments object that the data-bound control uses when retrieving data from a data source control.

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 usado pelo controle de vinculação de dados para recuperar dados.A DataSourceSelectArguments used by the data-bound control to retrieve data. O padrão é retornar o valor de CreateDataSourceSelectArguments() .The default is to return the value from CreateDataSourceSelectArguments().

Comentários

A SelectArguments propriedade chama o CreateDataSourceSelectArguments método para criar um DataSourceSelectArguments objeto padrão.The SelectArguments property calls the CreateDataSourceSelectArguments method to create a default DataSourceSelectArguments object.

Aplica-se a

Confira também