AdgDataSet Constructor
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
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. |
Remarks
The constructor of AdgDataSet should not be called directly, since the class is abstract. Rather it must be called by a class that inherits and implements the abstract methods of the class.
Most applications should create AdgDataSet instances via the FileAdapter.OpenNewAdgDataSet method. The AdgDataSet object returned by this method is properly initialized for accessing a particular file.