Get Method (Int32)

BerkeleyDB

Return the next available element in the sequence and change the sequence value by Delta.

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

Syntax

C#
public long Get(
	int Delta
)
Visual Basic (Declaration)
Public Function Get ( _
	Delta As Integer _
) As Long
Visual C++
public:
long long Get(
	int Delta
)

Parameters

Delta
Type: System..::.Int32
The amount by which to increment the sequence value. Must be greater than 0.

Return Value

The next available element in the sequence.

See Also