System.Web.UI.WebControls.ObjectDataSource.GetViewNames Method

Retrieves a collection of names representing the list of view objects that are associated with the System.Web.UI.WebControls.ObjectDataSource object.

Syntax

protected override ICollection GetViewNames ()

Returns

An ICollection that contains the names of the views associated with the System.Web.UI.WebControls.ObjectDataSource.

Remarks

The System.Web.UI.WebControls.ObjectDataSource control supports only one view, named DefaultView, on its underlying data. The ObjectDataSource.GetViewNames method returns a single-element collection of this one view name.

The ObjectDataSource.GetViewNames method is intended to be called by data-bound controls, not by page code.

Requirements

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