Sdílet prostřednictvím


LinqDataSourceSelectEventArgs Konstruktor

Definice

Inicializuje novou instanci LinqDataSourceSelectEventArgs třídy .

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))

Parametry

arguments
DataSourceSelectArguments

Hodnoty, které jsou předány z ovládacího prvku vázaného na data, které určují, jak jsou data stránkována a seřazena. Další informace najdete ve Arguments vlastnosti .

whereParameters
IDictionary<String,Object>

Kolekce parametrů, která se používá k vytvoření klauzule Where. Další informace najdete ve WhereParameters vlastnosti .

orderByParameters
IOrderedDictionary

Kolekce parametrů, která se používá k vytvoření klauzule Order By. Další informace najdete ve OrderByParameters vlastnosti .

groupByParameters
IDictionary<String,Object>

Kolekce parametrů, která se používá k vytvoření klauzule Seskupit podle. Další informace najdete ve GroupByParameters vlastnosti .

orderGroupsByParameters
IDictionary<String,Object>

Kolekce parametru, který se používá k vytvoření klauzule, která se používá pro řazení seskupených dat. Další informace najdete ve OrderGroupsByParameters vlastnosti .

selectParameters
IDictionary<String,Object>

Kolekce parametrů, která se používá k vytvoření klauzule Select. Další informace najdete ve SelectParameters vlastnosti .

Platí pro