Returns the actual data of the data source.

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

Syntax

C#
public virtual IEnumerable Select(
	DataSourceSelectArguments arguments
)

Return Value

an enumeration of PageData objects

Implements

IDataSourceMethods..::.Select(DataSourceSelectArguments)

See Also