VistaDB 6
VistaDB.DDA Namespace / IVistaDBRow Interface / Compare Method
The row to compare with


In This Topic
    Compare Method (IVistaDBRow)
    In This Topic
    Compare with another key row column by column taking ascending/descending column information into account.
    Syntax
    'Declaration
     
    
    Function Compare( _
       ByVal row As IVistaDBRow _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IVistaDBRow
    Dim row As IVistaDBRow
    Dim value As System.Integer
     
    value = instance.Compare(row)
    System.int Compare( 
       IVistaDBRow row
    )

    Parameters

    row
    The row to compare with

    Return Value

    Zero if rows are equal, -1 if this row is less, or 1 if this row is greater.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also