The members of Android.Database.Sqlite.SQLiteCursor are listed below.
See Also: Inherited members from Android.Database.AbstractWindowedCursor
Execute a query and provide access to its result set through a Cursor interface. | ||
Execute a query and provide access to its result set through a Cursor interface. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | Count | int. Returns the numbers of rows in the cursor. |
[read-only] | Database | SQLiteDatabase. Get the database that this cursor is associated with. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
override | GetColumnNames()Returns a string array holding the names of all of the columns in the result set in the order in which they were listed in the result. | |
SetSelectionArguments(string[])Changes the selection arguments. |