Android.Database.CursorWindow.GetType Method
Returns the type of the field at the specified row and column index.

Syntax

[Android.Runtime.Register("getType", "(II)I", "GetGetType_IIHandler")]
[return:Android.Runtime.GeneratedEnum]
public virtual FieldType GetType (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 the type of the field at the specified row and column index.

The returned field types are:

[Android Documentation]

Requirements

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