Android.Database.Sqlite.SQLiteProgram.BindDouble Method
Bind a double value to this statement.

Syntax

[Android.Runtime.Register("bindDouble", "(ID)V", "GetBindDouble_IDHandler")]
public virtual void BindDouble (int index, double value)

Parameters

index
The 1-based index to the parameter to bind
value
The value to bind

Remarks

Bind a double 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