LinqDataSourceSelectEventArgs Constructeur

Définition

Initialise une nouvelle instance de la 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))

Paramètres

arguments
DataSourceSelectArguments

Valeurs passées à partir du contrôle lié aux données qui déterminent le tri et la pagination des données. Pour plus d'informations, consultez la propriété Arguments.

whereParameters
IDictionary<String,Object>

Collection de paramètres utilisée pour créer la clause Where. Pour plus d'informations, consultez la propriété WhereParameters.

orderByParameters
IOrderedDictionary

Collection de paramètres utilisée pour créer la clause Order By. Pour plus d'informations, consultez la propriété OrderByParameters.

groupByParameters
IDictionary<String,Object>

Collection de paramètres utilisée pour créer la clause Group By. Pour plus d'informations, consultez la propriété GroupByParameters.

orderGroupsByParameters
IDictionary<String,Object>

Collection de paramètres utilisée pour créer la clause qui sert à trier des données groupées. Pour plus d'informations, consultez la propriété OrderGroupsByParameters.

selectParameters
IDictionary<String,Object>

Collection de paramètres utilisée pour créer la clause Select. Pour plus d'informations, consultez la propriété SelectParameters.

S’applique à