'Declaration
Function CompareKey( _ ByVal key As IVistaDBRow _ ) As System.Integer
'Usage
Dim instance As IVistaDBRow Dim key As IVistaDBRow Dim value As System.Integer value = instance.CompareKey(key)
System.int CompareKey( IVistaDBRow key )
Parameters
- key
- The other key row to compare with
Return Value
Zero if rows are equal, -1 if this row is less, or 1 if this row is greater.