QueryContext Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert het nieuwe exemplaar van de QueryContext klasse met behulp van de WhereParameterseigenschappen , , OrderGroupsByParameters, OrderByParametersGroupByParametersSelectParametersen .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)
Parameters
- whereParameters
- IDictionary<String,Object>
De parametersverzameling die door de gegevensbron wordt gebruikt om de Where component te maken.
- orderGroupsByParameters
- IDictionary<String,Object>
De parametersverzameling die door de gegevensbron wordt gebruikt om de OrderGroupsBy component te maken.
- orderByParameters
- IOrderedDictionary
De parametersverzameling die door de gegevensbron wordt gebruikt om de OrderBy component te maken.
- groupByParameters
- IDictionary<String,Object>
De parametersverzameling die door de gegevensbron wordt gebruikt om de GroupBy component te maken.
- selectParameters
- IDictionary<String,Object>
De parametersverzameling die door de gegevensbron wordt gebruikt om de Select opdracht te maken.
- arguments
- DataSourceSelectArguments
De argumenten die moeten worden doorgegeven aan de QueryContext klasse.