EntityDataSource::GetView Method
Gets the named data source view that is associated with the data source control.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
Parameters
- viewName
- Type: System::String
The name of the view to retrieve. Because the EntityDataSource control supports only one view, viewName is ignored.
Return Value
Type: System.Web.UI::DataSourceViewThe EntityDataSourceView that is associated with the EntityDataSource control.
The EntityDataSource control supports only one data source view. Like all data source view objects, the EntityDataSourceView object that is associated with the data source control defines its capabilities, performs all work that is necessary to retrieve data from the underlying database, and performs operations, such as sorting, inserting, deleting, and updating.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.