DesignerDataTable Constructors

Definition

Initializes a new instance of the DesignerDataTable class.

Overloads

DesignerDataTable(String)

Initializes a new instance of the DesignerDataTable class with the specified name.

DesignerDataTable(String, String)

Initializes a new instance of the DesignerDataTable class with the specified name and owner.

DesignerDataTable(String)

Initializes a new instance of the DesignerDataTable class with the specified name.

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

Parameters

name
String

The name of the table.

Applies to

DesignerDataTable(String, String)

Initializes a new instance of the DesignerDataTable class with the specified name and owner.

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

Parameters

name
String

The name of the table.

owner
String

The owner of the table.

Applies to