This documentation is archived and is not being maintained.

LinqDataSourceSelectEventArgs Constructor

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.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: