Android.Database.Sqlite.SQLiteProgram.BindString Method
Bind a String value to this statement.

Syntax

[Android.Runtime.Register("bindString", "(ILjava/lang/String;)V", "GetBindString_ILjava_lang_String_Handler")]
public virtual void BindString (int index, string value)

Parameters

index
The 1-based index to the parameter to bind
value
The value to bind, must not be null

Remarks

Bind a String value to this statement. The value remains bound until SQLiteProgram.ClearBindings is called.

[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