Click or drag to resize

VelocityDbComparerKey Methods

The VelocityDbComparerKey generic type exposes the following members.

Methods
  NameDescription
Public methodCompare(Key, Key)
If the Key objects implements IComparable then the NodeKeys are compared that way, otherwise the Id are compared
Public methodCompare(Byte, Int32, Byte, Key)
Internal use, compares comparison array bytes
Public methodSetComparisonArrayFromObject
Comparators that use comparison arrays need to override this function. Given a Key object, set the comparisonArray bytes
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also