SqlDataSourceDesigner.CreateView Method (String)

 

Creates a new SqlDesignerDataSourceView instance using the specified name.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected virtual SqlDesignerDataSourceView CreateView(
	string viewName
)

Parameters

viewName
Type: System.String

The name of the view to create.

.NET Framework
Available since 2.0
Return to top
Show: