ObjectDataSource.GetViewNames Method
Retrieves a collection of names representing the list of view objects that are associated with the ObjectDataSource object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections.ICollectionAn ICollection that contains the names of the views associated with the ObjectDataSource.
The ObjectDataSource control supports only one view, named DefaultView, on its underlying data. The GetViewNames method returns a single-element collection of this one view name.
The GetViewNames method is intended to be called by data-bound controls, not by page code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.