VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumn Interface / Compare Method
The column to compare with


In This Topic
    Compare Method (IVistaDBColumn)
    In This Topic
    Compare between two column values
    Syntax
    'Declaration
     
    
    Function Compare( _
       ByVal column As IVistaDBColumn _
    ) As System.Integer
    'Usage
     
    
    Dim instance As IVistaDBColumn
    Dim column As IVistaDBColumn
    Dim value As System.Integer
     
    value = instance.Compare(column)
    System.int Compare( 
       IVistaDBColumn column
    )

    Parameters

    column
    The column to compare with

    Return Value

    0 if equal; 1 if this column is greater; -1 if this column is less
    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