AdgDataSet Constructors

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Initializes a new instance of the AdgDataSet class.

Overloads

Signature Description
AdgDataSet(String) Initializes a new instance of the class with the specified name.

AdgDataSet(String)

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

AdgDataSet(String name)

Parameters

Type Parameter name Description
String name The name to give the new AdgDataSet.

See Also