Share via


CursorWindow.GetType(Int32, Int32) Method

Definition

Returns the type of the field at the specified row and column index.

[Android.Runtime.Register("getType", "(II)I", "GetGetType_IIHandler")]
public virtual Android.Database.FieldType GetType (int row, int column);
[<Android.Runtime.Register("getType", "(II)I", "GetGetType_IIHandler")>]
override this.GetType : int * int -> Android.Database.FieldType

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

The field type.

Attributes

Remarks

Returns the type of the field at the specified row and column index.

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