dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteSnapshot Class / Get Method / Get(SQLiteConnection) Method

In This Topic
    Get(SQLiteConnection) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function Get( _
       ByVal connection As SQLiteConnection _
    ) As SQLiteSnapshot
    public static SQLiteSnapshot Get( 
       SQLiteConnection connection
    )

    Parameters

    connection
    See Also