AccessDataSource::CreateDataSourceView Method (String^)
.NET Framework (current version)
Creates a data source view object that is associated with the data source control.
Assembly: System.Web (in System.Web.dll)
Parameters
- viewName
-
Type:
System::String^
The name of the data source view.
Return Value
Type: System.Web.UI.WebControls::SqlDataSourceView^An AccessDataSourceView object that is associated with the AccessDataSource instance.
Classes that derive from the AccessDataSource class can override the CreateDataSourceView method to return strongly typed data source view objects.
.NET Framework
Available since 2.0
Available since 2.0
Show: