The current lock conflicts array.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public byte[,] LockConflictMatrix { get; private set; } |
Visual Basic (Declaration) |
---|
Public Property LockConflictMatrix As Byte(,) |
Visual C++ |
---|
public: property array<unsigned char,2>^ LockConflictMatrix { array<unsigned char,2>^ get (); void set (array<unsigned char,2>^ value); } |