VistaDB 6
VistaDB.Provider Namespace / VistaDBTransaction Class
Properties Methods


In This Topic
    VistaDBTransaction Class Members
    In This Topic

    The following tables list the members exposed by VistaDBTransaction.

    Public Properties
     NameDescription
    Public PropertyGets the VistaDBConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.  
    Public PropertyOverridden. Specifies the System.Data.IsolationLevel for this transaction. Isolation level for current transaction  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Specifies the System.Data.Common.DbConnection object associated with the transaction. Gets the VistaDBConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Commits the database transaction. Commit current transaction  
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Releases the unmanaged resources used by the System.Data.Common.DbTransaction and optionally releases the managed resources. Releases the unmanaged resources used by the System.Data.Common.DbTransaction and optionally releases the managed resources. (Will also Rollback() this transaction if not already committed or rolled back.)  
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverridden. Rolls back a transaction from a pending state. Rollback current transaction  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Top
    See Also