Create a database cursor with the given configuration.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.0
 Syntax
Syntax
| C# | 
|---|
| public Cursor Cursor( CursorConfig cfg ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Cursor ( _ cfg As CursorConfig _ ) As Cursor | 
| Visual C++ | 
|---|
| public: Cursor^ Cursor( CursorConfig^ cfg ) | 
Parameters
- cfg
- Type: BerkeleyDB..::.CursorConfig
 The configuration properties for the cursor.





