Edit

Share via


LinqDataSourceSelectEventArgs Constructor

Definition

Initializes a new instance of the LinqDataSourceSelectEventArgs class.

C#
public LinqDataSourceSelectEventArgs(System.Web.UI.DataSourceSelectArguments arguments, System.Collections.Generic.IDictionary<string,object> whereParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string,object> groupByParameters, System.Collections.Generic.IDictionary<string,object> orderGroupsByParameters, System.Collections.Generic.IDictionary<string,object> selectParameters);

Parameters

arguments
DataSourceSelectArguments

The values that are passed from the data-bound control that determine how the data is paged and sorted. For more information, see the Arguments property.

whereParameters
IDictionary<String,Object>

The collection of parameters that is used to create the Where clause. For more information, see the WhereParameters property.

orderByParameters
IOrderedDictionary

The collection of parameters that is used to create the Order By clause. For more information, see the OrderByParameters property.

groupByParameters
IDictionary<String,Object>

The collection of parameters that is used to create the Group By clause. For more information, see the GroupByParameters property.

orderGroupsByParameters
IDictionary<String,Object>

The collection of parameter that is used to create the clause that is used for sorting grouped data. For more information, see the OrderGroupsByParameters property.

selectParameters
IDictionary<String,Object>

The collection of parameters that is used to create the Select clause. For more information, see the SelectParameters property.

Applies to

Product Versions
.NET Framework 3.5, 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