SqlDataSource.CreateDataSourceView Method
.NET Framework 3.0
Creates a data source view object that is associated with the data source control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected SqlDataSourceView CreateDataSourceView ( String viewName )
protected function CreateDataSourceView ( viewName : String ) : SqlDataSourceView
Not applicable.
Parameters
- viewName
The name of the data source view.
Return Value
A SqlDataSourceView that is associated with the SqlDataSource.Community Additions
ADD
Show: