Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LinqDataSourceSelectEventArgs Constructor (DataSourceSelectArguments^, IDictionary<String^, Object^>^, IOrderedDictionary^, IDictionary<String^, Object^>^, IDictionary<String^, Object^>^, IDictionary<String^, Object^>^)

 

Initializes a new instance of the LinqDataSourceSelectEventArgs class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
LinqDataSourceSelectEventArgs(
	DataSourceSelectArguments^ arguments,
	IDictionary<String^, Object^>^ whereParameters,
	IOrderedDictionary^ orderByParameters,
	IDictionary<String^, Object^>^ groupByParameters,
	IDictionary<String^, Object^>^ orderGroupsByParameters,
	IDictionary<String^, Object^>^ selectParameters
)

Parameters

arguments
Type: System.Web.UI::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
Type: System.Collections.Generic::IDictionary<String^, Object^>^

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

orderByParameters
Type: System.Collections.Specialized::IOrderedDictionary^

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

groupByParameters
Type: System.Collections.Generic::IDictionary<String^, Object^>^

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

orderGroupsByParameters
Type: System.Collections.Generic::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
Type: System.Collections.Generic::IDictionary<String^, Object^>^

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

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft