Enum PositionEnum
- Namespace
- PolarDataInterop
- Assembly
- PolarDataInterop.dll
The AbsolutePosition can be one of these values in special situations.
public enum PositionEnum
- Extension Methods
Fields
adPosBof = -2
The pointer is at the beginning of the file (bof). There is no active record.
adPosEof = -3
The pointer is at the end of the file (eof). There is no active record.
adPosUnknown = -1
The position of the pointer is unknown.