The current lock conflicts array.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.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); } |