JET_LGPOS members

Include protected members
Include inherited members

Describes an offset in the log sequence.

The JET_LGPOS type exposes the following members.

Properties

  Name Description
Public property HasValue Gets a value indicating whether this log position is null.
Public property ib Gets or sets the byte offset represented by this log position. This offset is inside of the sector.
Public property isec Gets or sets the sector number represented by this log position.
Public property lGeneration Gets or sets the generation of this log position.

Top

Methods

  Name Description
Public method CompareTo Compares this log position to another log position and determines whether this instance is before, the same as or after the other instance.
Public method Equals(Object) Returns a value indicating whether this instance is equal to another instance. (Overrides ValueType.Equals(Object).)
Public method Equals(JET_LGPOS) Returns a value indicating whether this instance is equal to another instance.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the structure. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified instances of JET_LGPOS are equal.
Public operatorStatic member GreaterThan Determine whether one log position is after another log position.
Public operatorStatic member GreaterThanOrEqual Determine whether one log position is after or equal to another log position.
Public operatorStatic member Inequality Determines whether two specified instances of JET_LGPOS are not equal.
Public operatorStatic member LessThan Determine whether one log position is before another log position.
Public operatorStatic member LessThanOrEqual Determine whether one log position is before or equal to another log position.

Top

See also

Reference

JET_LGPOS structure

Microsoft.Isam.Esent.Interop namespace