Called by the GenericDataSouceView to retreive an enumeration of instances. Override this method to extend the functionality e.g. paging support.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public virtual IEnumerable Select(
	DataSourceSelectArguments arguments
)

Parameters

arguments
Type: System.Web.UI..::.DataSourceSelectArguments
arguments specifying the query

Return Value

Implements

IDataSourceMethods..::.Select(DataSourceSelectArguments)

See Also