The transaction which must be committed, aborted or discarded.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public Transaction Txn { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Txn As Transaction |
Visual C++ |
---|
public: property Transaction^ Txn { Transaction^ get (); } |