VistaDB 6
VistaDB.Provider Namespace / VistaDBCommand Class / Transaction Property


In This Topic
    Transaction Property
    In This Topic
    Gets or sets the VistaDBTransaction within which this VistaDBCommand object executes.
    Syntax
    'Declaration
     
    
    Public Shadows Property Transaction As VistaDBTransaction
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As VistaDBTransaction
     
    instance.Transaction = value
     
    value = instance.Transaction
    public new VistaDBTransaction Transaction {get; set;}
    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