QueryContext Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci QueryContext třídy pomocí WhereParameters OrderGroupsByParameters vlastností,, OrderByParameters ,, GroupByParameters SelectParameters a 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)
Parametry
- whereParameters
- IDictionary<String,Object>
Kolekce parametrů, kterou zdroj dat používá k vytvoření Where klauzule.
- orderGroupsByParameters
- IDictionary<String,Object>
Kolekce parametrů, kterou zdroj dat používá k vytvoření OrderGroupsBy klauzule.
- orderByParameters
- IOrderedDictionary
Kolekce parametrů, kterou zdroj dat používá k vytvoření OrderBy klauzule.
- groupByParameters
- IDictionary<String,Object>
Kolekce parametrů, kterou zdroj dat používá k vytvoření GroupBy klauzule.
- selectParameters
- IDictionary<String,Object>
Kolekce Parameters, kterou zdroj dat používá k vytvoření Select příkazu.
- arguments
- DataSourceSelectArguments
Argumenty, které mají být předána QueryContext třídě.