SqlDataSource::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^A SqlDataSourceView that is associated with the SqlDataSource.
Classes that derive from the SqlDataSource 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: