Closes the Cursor, releasing all of its resources and making it completely invalid.
Syntax
[Android.Runtime.Register("close", "()V", "GetCloseHandler")] public virtual voidClose ()
Remarks
Closes the Cursor, releasing all of its resources and making it completely invalid.
Unlike ICursor.Deactivate a call to ICursor.Requery will not make the Cursor valid
again.