DesignerDataStoredProcedure Constructors
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 DesignerDataStoredProcedure class.
Overloads
DesignerDataStoredProcedure(String) |
Initializes a new instance of the DesignerDataStoredProcedure class with the specified name. |
DesignerDataStoredProcedure(String, String) |
Initializes a new instance of the DesignerDataStoredProcedure class with the specified name and owner. |
DesignerDataStoredProcedure(String)
Initializes a new instance of the DesignerDataStoredProcedure class with the specified name.
protected:
DesignerDataStoredProcedure(System::String ^ name);
protected DesignerDataStoredProcedure (string name);
new System.ComponentModel.Design.Data.DesignerDataStoredProcedure : string -> System.ComponentModel.Design.Data.DesignerDataStoredProcedure
Protected Sub New (name As String)
Parameters
- name
- String
The name of the stored procedure.
Applies to
DesignerDataStoredProcedure(String, String)
Initializes a new instance of the DesignerDataStoredProcedure class with the specified name and owner.
protected:
DesignerDataStoredProcedure(System::String ^ name, System::String ^ owner);
protected DesignerDataStoredProcedure (string name, string owner);
new System.ComponentModel.Design.Data.DesignerDataStoredProcedure : string * string -> System.ComponentModel.Design.Data.DesignerDataStoredProcedure
Protected Sub New (name As String, owner As String)
Parameters
- name
- String
The name of the stored procedure.
- owner
- String
The data store owner of the stored procedure.