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

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

    Parameters

    trans
    See Also