Android.Database.AbstractCursor.IsNull Method
Returns true if the value in the indicated column is null.

Syntax

[Android.Runtime.Register("isNull", "(I)Z", "GetIsNull_IHandler")]
public abstract bool IsNull (int column)

Parameters

column
the zero-based index of the target column.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the value in the indicated column is null.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1