IFileAdapter interface.ReadSequentialEqual Method
Definition
Namespace: ASNA.DataGate.Providers
Assembly: ASNA.QSys.DataGate.Client.dll
Reads the file sequentially with the specified dataset, read mode, and lock request.
void ReadSequentialEqual(AdgDataSet ds, ReadSequentialMode rm, LockRequest lr)
Reads the file sequentially with the specified dataset, read mode, and lock request.
void ReadSequentialEqual(AdgDataSet ds, ReadSequentialMode rm, LockRequest lr)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| AdgDataSet | ds | The dataset to use when reading the file. |
| ReadSequentialMode | rm | The read mode to use when reading the file. |
| LockRequest | lr | The lock request to use when reading the file. |