CursorWindow.PutNull(Int32, Int32) Method

Definition

Puts a null value into the field at the specified row and column index.

[Android.Runtime.Register("putNull", "(II)Z", "GetPutNull_IIHandler")]
public virtual bool PutNull (int row, int column);
[<Android.Runtime.Register("putNull", "(II)Z", "GetPutNull_IIHandler")>]
abstract member PutNull : int * int -> bool
override this.PutNull : int * int -> bool

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

True if successful.

Attributes

Remarks

Puts a null value into the field at the specified row and column index.

Java documentation for android.database.CursorWindow.putNull(int, 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