AdgTable class
The AdgTable class supports DG infrastructure and is not intended to be used directly from your code.
Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Constructors
| Name | Description |
|---|---|
| AdgTable(DataTable, AdgDataSet) | Initializes a new instance of the class with a specified DataTable and parent AdgDataSet. |
Properties
| Type | Name | Description |
|---|---|---|
| DataTable | DataTable | Gets the DataTable associated with this instance of the AdgTable. |
| DataRow | Row | Gets the current active DataRow in the AdgTable. |
Methods
| Signature | Description |
|---|---|
| SetRowDefaultValues(DataRow) | Sets the default values for each column in the provided DataRow. |