SqlDesignerDataSourceView(SqlDataSourceDesigner, String) Constructor
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 instance of the SqlDesignerDataSourceView class using the provided data source designer and name of the view.
public:
SqlDesignerDataSourceView(System::Web::UI::Design::WebControls::SqlDataSourceDesigner ^ owner, System::String ^ viewName);
public SqlDesignerDataSourceView (System.Web.UI.Design.WebControls.SqlDataSourceDesigner owner, string viewName);
new System.Web.UI.Design.WebControls.SqlDesignerDataSourceView : System.Web.UI.Design.WebControls.SqlDataSourceDesigner * string -> System.Web.UI.Design.WebControls.SqlDesignerDataSourceView
Public Sub New (owner As SqlDataSourceDesigner, viewName As String)
Parameters
- owner
- SqlDataSourceDesigner
The parent SqlDataSourceDesigner.
- viewName
- String
The name of the view in the data source.
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.