Android.Database.DatabaseUtils.BindObjectToProgram Method
Binds the given Object to the given SQLiteProgram using the proper typing.

Syntax

[Android.Runtime.Register("bindObjectToProgram", "(Landroid/database/sqlite/SQLiteProgram;ILjava/lang/Object;)V", "")]
public static void BindObjectToProgram (Android.Database.Sqlite.SQLiteProgram prog, int index, Java.Lang.Object value)

Parameters

prog
the program to bind the object to
index
the 1-based index to bind at
value
the value to bind

Remarks

Binds the given Object to the given SQLiteProgram using the proper typing. For example, bind numbers as longs/doubles, and everything else as a string by call toString() on it.

[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