Share via


SQLiteRawStatement.BindNull(Int32) Method

Definition

Bind a null to the parameter.

[Android.Runtime.Register("bindNull", "(I)V", "", ApiSince=35)]
public void BindNull (int parameterIndex);
[<Android.Runtime.Register("bindNull", "(I)V", "", ApiSince=35)>]
member this.BindNull : int -> unit

Parameters

parameterIndex
Int32

The index of the parameter in the query. It is one-based.

Attributes

Remarks

Bind a null to the parameter. Parameter indices start at 1. The function throws if the parameter index is out of bounds.

Java documentation for android.database.sqlite.SQLiteRawStatement.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