AdgTable Constructor

Definition

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

Initializes a new instance of the class with a specified DataTable and parent AdgDataSet.

AdgTable(DataTable, AdgDataSet)

Parameters

Type Parameter name Description
DataTable table The DataTable to be associated with this instance.
AdgDataSet parent The parent AdgDataSet to which this AdgTable belongs.

See Also