Deactivates the Cursor, making all calls on it fail until ICursor.Requery is called.
Syntax
[Android.Runtime.Register("deactivate", "()V", "GetDeactivateHandler")] public virtual voidDeactivate ()
Remarks
Deactivates the Cursor, making all calls on it fail until ICursor.Requery is called.
Inactive Cursors use fewer resources than active Cursors.
Calling ICursor.Requery will make the cursor active again.