Berkeley DB .NET API Documentation |
ActiveTransaction..::.GlobalID Property |
ActiveTransaction Class See Also |
If the transaction is a prepare transaction, the transaction's
Global ID. Otherwise, the GlobalID contents are undefined.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public byte[] GlobalID { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property GlobalID As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ GlobalID { array<unsigned char>^ get (); } |