Android.Database.CursorWrapper.Close Method
Closes the Cursor, releasing all of its resources and making it completely invalid.

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public virtual void Close ()

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.

[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