Android.Database.Sqlite.SQLiteDatabase.MaxSqlCacheSize Field
Absolute max value that can be set by SQLiteDatabase.SetMaxSqlCacheSize(int).

Value: 100

Syntax

[Android.Runtime.Register("MAX_SQL_CACHE_SIZE")]
public const int MaxSqlCacheSize

Remarks

Absolute max value that can be set by SQLiteDatabase.SetMaxSqlCacheSize(int). Each prepared-statement is between 1K - 6K, depending on the complexity of the SQL statement & schema. A large SQL cache may use a significant amount of memory.

[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 11