QueryContext Constructor

Definition

Initializes new instance of the QueryContext class by using the WhereParameters, OrderGroupsByParameters, OrderByParameters, GroupByParameters, SelectParameters, and Arguments properties.

C#
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);

Parameters

whereParameters
IDictionary<String,Object>

The parameters collection that the data source uses to create the Where clause.

orderGroupsByParameters
IDictionary<String,Object>

The parameters collection that the data source uses to create the OrderGroupsBy clause.

orderByParameters
IOrderedDictionary

The parameters collection that the data source uses to create the OrderBy clause.

groupByParameters
IDictionary<String,Object>

The parameters collection that the data source uses to create the GroupBy clause.

selectParameters
IDictionary<String,Object>

The parameters collection that the data source uses to create the Select command.

arguments
DataSourceSelectArguments

The arguments to pass to the QueryContext class.

Applies to

Produkt Verzie
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1