ObjectDesignerDataSourceView(ObjectDataSourceDesigner, 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.
Initializes a new instance of the ObjectDesignerDataSourceView class.
public:
ObjectDesignerDataSourceView(System::Web::UI::Design::WebControls::ObjectDataSourceDesigner ^ owner, System::String ^ viewName);
public ObjectDesignerDataSourceView (System.Web.UI.Design.WebControls.ObjectDataSourceDesigner owner, string viewName);
new System.Web.UI.Design.WebControls.ObjectDesignerDataSourceView : System.Web.UI.Design.WebControls.ObjectDataSourceDesigner * string -> System.Web.UI.Design.WebControls.ObjectDesignerDataSourceView
Public Sub New (owner As ObjectDataSourceDesigner, viewName As String)
Parameters
- owner
- ObjectDataSourceDesigner
The ObjectDataSourceDesigner that owns this ObjectDesignerDataSourceView object.
- viewName
- String
A string containing the name of this ObjectDesignerDataSourceView object.
Remarks
The .NET Framework creates a new instance of the ObjectDesignerDataSourceView class when requested by the GetView method of the ObjectDataSourceDesigner object that is associated with the ObjectDataSource control on the visual designer surface.