FetchOrientation enum | QSYS API Reference Guide
Defines Fetch Orientation types.
Namespace: ASNA.QSys.Runtime.JobSupport
Assembly: ASNA.QSys.Runtime.dll
Enum Values
Name | Description | Value |
---|---|---|
After | Fetch After. | 5 |
Before | Fetch Before. | 4 |
Current | Fetch Current. | 6 |
First | Fetch First. | 2 |
Last | Fetch Last. | 3 |
Next | Fetch next. | 0 |
Prior | Fetch Prior. | 1 |
Relative | Fetch Relative. | 7 |