Android.Database.DatabaseUtils.CursorStringToInsertHelper Method
Reads a String out of a field in a Cursor and writes it to an InsertHelper.

Syntax

[Android.Runtime.Register("cursorStringToInsertHelper", "(Landroid/database/Cursor;Ljava/lang/String;Landroid/database/DatabaseUtils$InsertHelper;I)V", "")]
public static void CursorStringToInsertHelper (ICursor cursor, string field, DatabaseUtils.InsertHelper inserter, int index)

Parameters

cursor
The cursor to read from
field
The TEXT field to read
inserter
The InsertHelper to bind into
index
the index of the bind entry in the InsertHelper

Remarks

Reads a String out of a field in a Cursor and writes it to an InsertHelper.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1