BaseDataList.SelectArguments Propriedade

Definição

Obtém um DataSourceSelectArguments objeto que o controlo data-bound usa ao recuperar dados de um controlo 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 de Propriedade

A é DataSourceSelectArguments usado pelo controlo data-bound para recuperar dados. O padrão é devolver o valor de CreateDataSourceSelectArguments().

Observações

A SelectArguments propriedade chama o CreateDataSourceSelectArguments método para criar um objeto por defeito DataSourceSelectArguments .

Aplica-se a

Ver também