Android.Database.Sqlite.SQLiteDatabase.ReleaseMemory Method
Attempts to release memory that SQLite holds but does not require to operate properly.

Syntax

[Android.Runtime.Register("releaseMemory", "()I", "")]
public static int ReleaseMemory ()

Returns

Documentation for this section has not yet been entered.

Remarks

Attempts to release memory that SQLite holds but does not require to operate properly. Typically this memory will come from the page cache.

[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