Increment Property

BerkeleyDB

If true, the sequence will be incremented. This is the default.

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

Syntax

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

See Also