Discard the cursor.
It is possible for the Close() method to throw a DeadlockException, signaling that any enclosing transaction should be aborted. If the application is already intending to abort the transaction, this error should be ignored, and the application should proceed.
After Close has been called, regardless of its result, the object may not be used again.
Assembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public void Close() |
Visual Basic (Declaration) |
---|
Public Sub Close |
Visual C++ |
---|
public: void Close() |
Exceptions
Exception | Condition |
---|---|
BerkeleyDB..::.DeadlockException |