Return the next available element in the sequence and change the
sequence value by Delta.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public long Get( uint Delta ) |
Visual Basic (Declaration) |
---|
Public Function Get ( _ Delta As UInteger _ ) As Long |
Visual C++ |
---|
public: long long Get( unsigned int Delta ) |
Parameters
- Delta
- Type: System..::.UInt32
The amount by which to increment the sequence value. Must be greater than 0.