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

On this page
    Open(SQLiteTransaction) Method
    On this page
    Syntax
    'Declaration
     
    Public Overloads Sub Open( _
       ByVal trans As SQLiteTransaction _
    ) 
    public void Open( 
       SQLiteTransaction trans
    )

    Parameters

    trans
    See Also