1
0
Fork 0
arangodb/Documentation/DocuBlocks/cursorDispose.md

10 lines
252 B
Markdown

@brief disposes the result
`cursor.dispose()`
If you are no longer interested in any further results, you should call
*dispose* in order to free any resources associated with the cursor.
After calling *dispose* you can no longer access the cursor.