QueryContext Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe QueryContext à l'aide des propriétés WhereParameters, OrderGroupsByParameters, OrderByParameters, GroupByParameters, SelectParameters et Arguments.
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 clause Where
.
- orderGroupsByParameters
- IDictionary<String,Object>
Collection de paramètres utilisée par la source de données pour créer la clause OrderGroupsBy
.
- orderByParameters
- IOrderedDictionary
Collection de paramètres utilisée par la source de données pour créer la clause OrderBy
.
- groupByParameters
- IDictionary<String,Object>
Collection de paramètres utilisée par la source de données pour créer la clause GroupBy
.
- selectParameters
- IDictionary<String,Object>
Collection de paramètres utilisée par la source de données pour créer la commande Select
.
- arguments
- DataSourceSelectArguments
Arguments à passer à la classe QueryContext.