This topic has not yet been rated - Rate this topic

DbTransaction Properties

The DbTransaction type exposes the following members.

  NameDescription
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Connection Specifies the DbConnection object associated with the transaction.
Protected property Supported by the .NET Compact Framework Supported by the XNA Framework DbConnection Specifies the DbConnection object associated with the transaction.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework IsolationLevel Specifies the IsolationLevel for this transaction.
Top
  NameDescription
Explicit interface implemetation Private property Supported by the .NET Compact Framework Supported by the XNA Framework IDbTransaction.Connection Gets the DbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.