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

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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