ObjectDataSource::GetViewNames Method ()
.NET Framework (current version)
Retrieves a collection of names representing the list of view objects that are associated with the ObjectDataSource object.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::ICollection^An 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: