EntityDataSource::GetViewNames Method ()
.NET Framework (current version)
Gets a collection of names representing the list of view objects that are associated with the EntityDataSource control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
Return Value
Type: System.Collections::ICollection^An ICollection that contains the names of the views associated with the EntityDataSource control.
The EntityDataSource control supports only one view on its underlying data. The GetViewNames method returns a single-element collection of this one-view name as a string.
.NET Framework
Available since 3.5
Available since 3.5
Show: