dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteSnapshot Class / CompareTo Method

In This Topic
    CompareTo Method (SQLiteSnapshot)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CompareTo( _
       ByVal other As SQLiteSnapshot _
    ) As Integer
    public int CompareTo( 
       SQLiteSnapshot other
    )

    Parameters

    other
    See Also