Insert the data element as a duplicate element of the key to which
            the cursor refers.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public void Insert( DatabaseEntry data, Cursor..::.InsertLocation loc ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub Insert ( _ data As DatabaseEntry, _ loc As Cursor..::.InsertLocation _ ) | 
| Visual C++ | 
|---|
| public: void Insert( DatabaseEntry^ data, Cursor..::.InsertLocation loc ) | 
Parameters
- data
- Type: BerkeleyDB..::.DatabaseEntry
 The data element to insert
- loc
- Type: BerkeleyDB..::.Cursor..::.InsertLocation
 Specify whether to insert the data item immediately before or immediately after the cursor's current position.





