Compartilhar via


LinqDataSourceSelectEventArgs Construtor

Definição

Inicializa uma nova instância da classe LinqDataSourceSelectEventArgs.

public:
 LinqDataSourceSelectEventArgs(System::Web::UI::DataSourceSelectArguments ^ arguments, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ whereParameters, System::Collections::Specialized::IOrderedDictionary ^ orderByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ groupByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ orderGroupsByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ selectParameters);
public LinqDataSourceSelectEventArgs (System.Web.UI.DataSourceSelectArguments arguments, System.Collections.Generic.IDictionary<string,object> whereParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string,object> groupByParameters, System.Collections.Generic.IDictionary<string,object> orderGroupsByParameters, System.Collections.Generic.IDictionary<string,object> selectParameters);
new System.Web.UI.WebControls.LinqDataSourceSelectEventArgs : System.Web.UI.DataSourceSelectArguments * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Specialized.IOrderedDictionary * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> -> System.Web.UI.WebControls.LinqDataSourceSelectEventArgs
Public Sub New (arguments As DataSourceSelectArguments, whereParameters As IDictionary(Of String, Object), orderByParameters As IOrderedDictionary, groupByParameters As IDictionary(Of String, Object), orderGroupsByParameters As IDictionary(Of String, Object), selectParameters As IDictionary(Of String, Object))

Parâmetros

arguments
DataSourceSelectArguments

Os valores que são passados do controle associado a dados que determinam como os dados são paginados e classificados. Para obter mais informações, consulte a propriedade Arguments.

whereParameters
IDictionary<String,Object>

A coleção de parâmetros usados para criar a cláusula Where. Para obter mais informações, consulte a propriedade WhereParameters.

orderByParameters
IOrderedDictionary

A coleção de parâmetros usados para criar a cláusula Order By. Para obter mais informações, consulte a propriedade OrderByParameters.

groupByParameters
IDictionary<String,Object>

A coleção de parâmetros usados para criar a cláusula Group By. Para obter mais informações, consulte a propriedade GroupByParameters.

orderGroupsByParameters
IDictionary<String,Object>

A coleção de parâmetros usada para criar a cláusula empregada para classificar dados agrupados. Para obter mais informações, consulte a propriedade OrderGroupsByParameters.

selectParameters
IDictionary<String,Object>

A coleção de parâmetros usados para criar a cláusula Select. Para obter mais informações, consulte a propriedade SelectParameters.

Aplica-se a