QueryContext Constructeur

Définition

Initialise une nouvelle instance de la QueryContext classe à l’aide des WhereParameterspropriétés , ,OrderGroupsByParametersOrderByParametersGroupByParametersSelectParametersArguments

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

Paramètres

whereParameters
IDictionary<String,Object>

Collection de paramètres utilisée par la source de données pour créer la Where clause.

orderGroupsByParameters
IDictionary<String,Object>

Collection de paramètres utilisée par la source de données pour créer la OrderGroupsBy clause.

orderByParameters
IOrderedDictionary

Collection de paramètres utilisée par la source de données pour créer la OrderBy clause.

groupByParameters
IDictionary<String,Object>

Collection de paramètres utilisée par la source de données pour créer la GroupBy clause.

selectParameters
IDictionary<String,Object>

Collection de paramètres utilisée par la source de données pour créer la Select commande.

arguments
DataSourceSelectArguments

Arguments à passer à la QueryContext classe.

S’applique à