Android.Database.ICursor.Deactivate Method
Deactivates the Cursor, making all calls on it fail until ICursor.Requery is called.

Syntax

[Android.Runtime.Register("deactivate", "()V", "GetDeactivateHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
[System.Obsolete("deprecated")]
public void Deactivate ()

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.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1