Android.Database.Sqlite.SQLiteClosable.Close Method
Releases a reference to the object, closing the object if the last reference was released.

Syntax

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

See Also

SQLiteClosable.ReleaseReference
SQLiteClosable.OnAllReferencesReleased

Remarks

Releases a reference to the object, closing the object if the last reference was released. Calling this method is equivalent to calling SQLiteClosable.ReleaseReference.

[Android Documentation]

Requirements

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