Create a new cursor that uses the same transaction and locker ID as
the original cursor.
Namespace:
BerkeleyDB
Assembly:
libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
Parameters
- keepPosition
- Type: System..::.Boolean
If true, the newly created cursor is initialized to refer to the
same position in the database as the original cursor (if any) and
hold the same locks (if any). If false, or the original cursor does
not hold a database position and locks, the created cursor is
uninitialized and will behave like a cursor newly created by
Cursor()()().
Return Value
A newly created cursor
Remarks
See Also