ObjectDataSource::GetView Method
Retrieves the named data source view that is associated with the data source control.
Assembly: System.Web (in System.Web.dll)
Parameters
- viewName
- Type: System::String
The name of the view to retrieve. Because the ObjectDataSource supports only one view, viewName is ignored.
Return Value
Type: System.Web.UI::DataSourceViewThe ObjectDataSourceView named DefaultView that is associated with the ObjectDataSource.
| Exception | Condition |
|---|---|
| ArgumentException | The specified viewName is nullptr or something other than DefaultView. |
The ObjectDataSource control supports only one data source view. As with all data source view objects, the ObjectDataSourceView that is associated with the data source control defines its capabilities, performs all the work that is necessary to retrieve data from the underlying data storage, and performs operations such as sorting, inserting, deleting, and updating.
The GetView method is intended to be called by data-bound controls, not by page code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.