







|
| Berkeley DB .NET API Documentation |
| BTreeDatabase..::.Cursor Method (CursorConfig) |
| BTreeDatabase Class See Also |
Create a database cursor with the given configuration.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.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.
