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.

.NET Framework

Supported in: 4, 3.5

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: