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