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





