This topic has not yet been rated - Rate this topic

SqlTransaction Properties

The SqlTransaction type exposes the following members.

  Name Description
Public property Connection Gets the SqlConnection object associated with the transaction, or null if the transaction is no longer valid.
Protected property DbConnection Specifies the DbConnection object associated with the transaction. (Inherited from DbTransaction.)
Public property IsolationLevel Specifies the IsolationLevel for this transaction. (Overrides DbTransaction.IsolationLevel.)
Top
  Name Description
Explicit interface implemetation Private property IDbTransaction.Connection Gets the DbConnection object associated with the transaction, or a null reference if the transaction is no longer valid. (Inherited from DbTransaction.)
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ