AccessDataSource.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 override function CreateDataSourceView ( viewName : String ) : SqlDataSourceView
Not applicable.
Parameters
- viewName
The name of the data source view.
Return Value
An AccessDataSourceView that is associated with the AccessDataSource.Community Additions
ADD
Show: