XmlDataSource::IDataSource::GetView Method (String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the named data source view associated with the data source control.
Assembly: System.Web (in System.Web.dll)
private: virtual DataSourceView^ GetView( String^ viewName ) sealed = IDataSource::GetView
Parameters
- viewName
-
Type:
System::String^
The name of the view to retrieve. If String::Empty is specified, the default view for the XmlDataSource control is retrieved.
Return Value
Type: System.Web.UI::DataSourceView^Returns the named XmlDataSourceView object associated with the XmlDataSource control.
Implements
IDataSource::GetView(String^)
.NET Framework
Available since 2.0
Available since 2.0
Show: