SQLiteProgram.BindNull(Int32) Method

Definition

Bind a NULL value to this statement.

[Android.Runtime.Register("bindNull", "(I)V", "GetBindNull_IHandler")]
public virtual void BindNull (int index);
[<Android.Runtime.Register("bindNull", "(I)V", "GetBindNull_IHandler")>]
abstract member BindNull : int -> unit
override this.BindNull : int -> unit

Parameters

index
Int32

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

Attributes

Remarks

Bind a NULL value to this statement. The value remains bound until #clearBindings is called.

Java documentation for android.database.sqlite.SQLiteProgram.bindNull(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to