Android.Database.CursorWindow.IsBlob Method
Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_BLOB or ICursor.FIELD_TYPE_NULL.

Syntax

[Android.Runtime.Register("isBlob", "(II)Z", "GetIsBlob_IIHandler")]
[System.Obsolete("deprecated")]
public virtual bool IsBlob (int row, int col)

Parameters

row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the field at the specified row and column index has type ICursor.FIELD_TYPE_BLOB or ICursor.FIELD_TYPE_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