Read the entire contents of a cursor row and store them in a ContentValues.
Syntax
[Android.Runtime.Register("cursorRowToContentValues", "(Landroid/database/Cursor;Landroid/content/ContentValues;)V", "")]
public static
void CursorRowToContentValues (
ICursor cursor,
Android.Content.ContentValues values)
Parameters
- cursor
- the cursor to read from.
- values
- the Android.Content.ContentValues to put the row into.
Remarks
Requirements
Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1