InOrder Property

BerkeleyDB

If true, modify the operation of Consume(Boolean) to return key/data pairs in order. That is, they will always return the key/data item from the head of the queue.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool InOrder { get; }
Visual Basic (Declaration)
Public ReadOnly Property InOrder As Boolean
Visual C++
public:
property bool InOrder {
	bool get ();
}

See Also