Lenguaje

CursorWindow.IsNull(Int32, Int32) Método

Definición

Precaución

deprecated

Devuelve true si el campo de la fila y el índice de columna especificados tienen el tipo Cursor#FIELD_TYPE_NULL.

[Android.Runtime.Register("isNull", "(II)Z", "GetIsNull_IIHandler")]
[System.Obsolete("deprecated")]
public virtual bool IsNull(int row, int column);
[<Android.Runtime.Register("isNull", "(II)Z", "GetIsNull_IIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member IsNull : int * int -> bool
override this.IsNull : int * int -> bool

Parámetros

row
Int32

Índice de fila de base cero.

column
Int32

Índice de columna de base cero.

Devoluciones

True si el campo tiene el tipo Cursor#FIELD_TYPE_NULL.

Atributos

Comentarios

Devuelve true si el campo de la fila y el índice de columna especificados tienen el tipo Cursor#FIELD_TYPE_NULL.

Este miembro está en desuso. Utilice #getType(int, int) en su lugar.

Java documentación para android.database.CursorWindow.isNull(int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a