Android.Database.Sqlite.SQLiteQuery Class
Represents a query that reads the resulting rows into a Android.Database.Sqlite.SQLiteQuery.

See Also: SQLiteQuery Members

Syntax

[Android.Runtime.Register("android/database/sqlite/SQLiteQuery", DoNotGenerateAcw=true)]
public class SQLiteQuery : SQLiteProgram

Remarks

Represents a query that reads the resulting rows into a Android.Database.Sqlite.SQLiteQuery. This class is used by Android.Database.Sqlite.SQLiteCursor and isn't useful itself.

This class is not thread-safe.

[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