LockConflictMatrix Property

BerkeleyDB

The current lock conflicts array.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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);
}

See Also