JET_RECPOS members
Include protected members
Include inherited members
Represents a fractional position within an index. This is used by JetGotoPosition and JetGetRecordPosition.
The JET_RECPOS type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
JET_RECPOS |
Top
Properties
Name | Description | |
---|---|---|
![]() |
centriesLT | Gets or sets the approximate number of index entries less than the key. |
![]() |
centriesTotal | Gets or sets the approximate number of entries in the index. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContentEquals | Returns a value indicating whether this instance is equal to another instance. |
![]() |
DeepClone | Returns a deep copy of the object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Generate a string representation of the instance. (Overrides Object.ToString().) |
Top