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


In This Topic
    DbTransaction Property
    In This Topic
    Gets or sets the System.Data.Common.DbCommand.DbTransaction within which this System.Data.Common.DbCommand object executes.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Property DbTransaction As System.Data.Common.DbTransaction
    'Usage
     
    
    Dim instance As VistaDBCommand
    Dim value As System.Data.Common.DbTransaction
     
    instance.DbTransaction = value
     
    value = instance.DbTransaction
    protected override System.Data.Common.DbTransaction DbTransaction {get; set;}

    Property Value

    The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic).
    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