System.Web.UI.WebControls.Repeater.GetData Method

Returns an IEnumerable interface from the data source.

Syntax

protected virtual IEnumerable GetData ()

Returns

An object implementing IEnumerable that represents the data from the data source.

Remarks

The data source is specified either by the Repeater.DataSource property or by the Repeater.DataSourceID and Repeater.SelectArguments properties.

Requirements

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