Return the next available element in the sequence and change the
            sequence value by Delta.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
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.





