Click or drag to resize

GenSortRecord Methods

The GenSortRecord type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompareKeys
Compares two specified keys and returns an integer that indicates their relationship to one another in the sort order.
Public methodStatic memberComparePartialKeys
Compares two specified partial keys and returns an integer that indicates their relationship to one another in the sort order.
Public methodCompareTo
Compares this instance with a specified other GenSortRecord and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified GenSortRecord.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractKey
Extracts the key from the record and converts it to a string.
Public methodExtractKeyBytes
Extract the key from the record and copies it to a new byte array.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRead
Reads the GenSortRecord from the specified reader.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Writes the GenSortRecord to the specified writer.
Top
See Also