Android.Database.Sqlite.SQLiteProgram.BindNull Method
Bind a NULL value to this statement.

Syntax

[Android.Runtime.Register("bindNull", "(I)V", "GetBindNull_IHandler")]
public virtual void BindNull (int index)

Parameters

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

Remarks

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