Berkeley DB .NET API Documentation |
RecnoDatabase..::.Cursor Method (CursorConfig, Transaction) |
RecnoDatabase Class See Also |
Create a transactionally protected database cursor with the given
configuration.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public RecnoCursor Cursor( CursorConfig cfg, Transaction txn ) |
Visual Basic (Declaration) |
---|
Public Function Cursor ( _ cfg As CursorConfig, _ txn As Transaction _ ) As RecnoCursor |
Visual C++ |
---|
public: RecnoCursor^ Cursor( CursorConfig^ cfg, Transaction^ txn ) |
Parameters
- cfg
- Type: BerkeleyDB..::.CursorConfig
The configuration properties for the cursor.
- txn
- Type: BerkeleyDB..::.Transaction
The transaction context in which the cursor may be used.