Android.Database.Sqlite.SQLiteProgram.BindLong Method
Bind a long value to this statement.

Syntax

[Android.Runtime.Register("bindLong", "(IJ)V", "GetBindLong_IJHandler")]
public virtual void BindLong (int index, long value)

Parameters

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

Remarks

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

[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