SqlDataSourceDesigner.CreateView(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SqlDesignerDataSourceView instance using the specified name.
protected:
virtual System::Web::UI::Design::WebControls::SqlDesignerDataSourceView ^ CreateView(System::String ^ viewName);
protected virtual System.Web.UI.Design.WebControls.SqlDesignerDataSourceView CreateView (string viewName);
abstract member CreateView : string -> System.Web.UI.Design.WebControls.SqlDesignerDataSourceView
override this.CreateView : string -> System.Web.UI.Design.WebControls.SqlDesignerDataSourceView
Protected Overridable Function CreateView (viewName As String) As SqlDesignerDataSourceView
Parameters
- viewName
- String
The name of the view to create.
Returns
An SqlDesignerDataSourceView object.
Remarks
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.