dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlTransaction Class
Properties Methods Events

SqlTransaction Class Members

The following tables list the members exposed by SqlTransaction.

Public Properties
 NameDescription
Public PropertyGets the SqlConnection 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.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Commits the database 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 MethodReleases the unmanaged resources used by the System.Data.Common.DbTransaction. (Inherited from System.Data.Common.DbTransaction)
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 MethodOverloaded. Overridden. Rolls back a transaction from a pending state.  
Public MethodCreates a savepoint in the transaction that can be used to roll back a part of the transaction, and specifies the savepoint name.  
Top
Public Events
 NameDescription
Public EventOccurs when the state of the transaction is changed. (Inherited from Devart.Common.DbTransactionBase)
Public EventOccurs when the state of the transaction is changing. (Inherited from Devart.Common.DbTransactionBase)
Top
See Also