QueryContext Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa a nova instância da QueryContext classe usando as WhereParameterspropriedades , , OrderGroupsByParameters, OrderByParameterse GroupByParametersSelectParametersArguments .
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)
Parâmetros
- whereParameters
- IDictionary<String,Object>
A coleção de parâmetros que a fonte de dados usa para criar a Where cláusula.
- orderGroupsByParameters
- IDictionary<String,Object>
A coleção de parâmetros que a fonte de dados usa para criar a OrderGroupsBy cláusula.
- orderByParameters
- IOrderedDictionary
A coleção de parâmetros que a fonte de dados usa para criar a OrderBy cláusula.
- groupByParameters
- IDictionary<String,Object>
A coleção de parâmetros que a fonte de dados usa para criar a GroupBy cláusula.
- selectParameters
- IDictionary<String,Object>
A coleção de parâmetros que a fonte de dados usa para criar o Select comando.
- arguments
- DataSourceSelectArguments
Os argumentos a serem passados para a QueryContext classe.