DesignerDataTableBase Constructors

Definition

Initializes a new instance of the DesignerDataTableBase class.

Overloads

DesignerDataTableBase(String)

Initializes a new instance of the DesignerDataTableBase class.

DesignerDataTableBase(String, String)

Initializes a new instance of the DesignerDataTableBase class.

DesignerDataTableBase(String)

Initializes a new instance of the DesignerDataTableBase class.

protected:
 DesignerDataTableBase(System::String ^ name);
protected DesignerDataTableBase (string name);
new System.ComponentModel.Design.Data.DesignerDataTableBase : string -> System.ComponentModel.Design.Data.DesignerDataTableBase
Protected Sub New (name As String)

Parameters

name
String

The name of the table or view.

Remarks

Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class.

Applies to

DesignerDataTableBase(String, String)

Initializes a new instance of the DesignerDataTableBase class.

protected:
 DesignerDataTableBase(System::String ^ name, System::String ^ owner);
protected DesignerDataTableBase (string name, string owner);
new System.ComponentModel.Design.Data.DesignerDataTableBase : string * string -> System.ComponentModel.Design.Data.DesignerDataTableBase
Protected Sub New (name As String, owner As String)

Parameters

name
String

The name of the table or view.

owner
String

The data-store owner of the table or view.

Remarks

Initializes the class for use by an inherited class instance. This constructor can be called only by an inherited class.

Applies to