IFileAdapter interface
Provides an interface for file operations.
Namespace: ASNA.DataGate.Providers Assembly: ASNA.QSys.DataGate.Client.dll
Extends: doesn’t extend any other interfaces.
Properties
| Type | Name | Description |
|---|---|---|
| AccessMode | AccessMode | Gets or sets the access mode for the file. |
| String | FileName | Gets or sets the name of the file. |
| String | MemberName | Gets or sets the name of the member. |
| FileOpenAttr | OpenAttributes | Gets or sets the attributes for opening the file. |
Methods
| Signature | Description |
|---|---|
| Open(AdgDataSet) | Opens the file with the specified dataset. |
| ReadSequentialEqual(AdgDataSet, ReadSequentialMode, LockRequest) | Reads the file sequentially with the specified dataset, read mode, and lock request. |