Delete the key/data pair to which the cursor refers.
When called on a SecondaryCursor, delete the key/data pair from the primary database and all secondary indices.
The cursor position is unchanged after a delete, and subsequent calls to cursor functions expecting the cursor to refer to an existing key will fail.
Assembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public void Delete() |
Visual Basic (Declaration) |
---|
Public Sub Delete |
Visual C++ |
---|
public: void Delete() |
Exceptions
Exception | Condition |
---|---|
BerkeleyDB..::.KeyEmptyException | Thrown if the element has already been deleted. |