ModelDataSource::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.
Returns the view.
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.
Implements
IDataSource::GetView(String^)This member is an explicit interface member implementation. It can be used only when the ModelDataSource instance is cast to an IDataSource interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: