C# (CSharp) Upscaledb Cursor.Clone - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Upscaledb.Cursor.Clone, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
This method wraps the native ups_cursor_clone function. Clones an existing Cursor. The new Cursor will point to exactly the same item as the old Cursor. If the old Cursor did not point to any item, so will the new Cursor. If the old Cursor is bound to a Transaction, then the new Cursor will also be bound to this Transaction.
///
///
/// if the new structure could not be allocated
///
///