CursorWindow.IsBlob(Int32, Int32) Method

Definition

Caution

deprecated

Returns true if the field at the specified row and column index has type Cursor#FIELD_TYPE_BLOB or Cursor#FIELD_TYPE_NULL.

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

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

True if the field has type Cursor#FIELD_TYPE_BLOB or Cursor#FIELD_TYPE_NULL.

Attributes

Remarks

Returns true if the field at the specified row and column index has type Cursor#FIELD_TYPE_BLOB or Cursor#FIELD_TYPE_NULL.

This member is deprecated. Use #getType(int, int) instead.

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