VistaDB 6
VistaDB.Provider Namespace / VistaDBTransaction Class / Commit Method


In This Topic
    Commit Method
    In This Topic
    Commits the database transaction. Commit current transaction
    Syntax
    'Declaration
     
    
    Public Overrides Sub Commit() 
    'Usage
     
    
    Dim instance As VistaDBTransaction
     
    instance.Commit()
    public override void Commit()
    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