Android.Database.Sqlite.SQLiteDatabase.Create Method
Create a memory backed SQLite database.

Syntax

[Android.Runtime.Register("create", "(Landroid/database/sqlite/SQLiteDatabase$CursorFactory;)Landroid/database/sqlite/SQLiteDatabase;", "")]
public static SQLiteDatabase Create (SQLiteDatabase.ICursorFactory factory)

Parameters

factory
an optional factory class that is called to instantiate a cursor when query is called

Returns

Documentation for this section has not yet been entered.

Remarks

Create a memory backed SQLite database. Its contents will be destroyed when the database is closed.

Sets the locale of the database to the the system's current locale. Call SQLiteDatabase.SetLocale(Java.Util.Locale) if you would like something else.

[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