Share via


SQLiteRawStatement.GetColumnType(Int32) Method

Definition

Return the type of the column in the result row.

[Android.Runtime.Register("getColumnType", "(I)I", "", ApiSince=35)]
public Android.Database.Sqlite.SqliteDataType GetColumnType (int columnIndex);
[<Android.Runtime.Register("getColumnType", "(I)I", "", ApiSince=35)>]
member this.GetColumnType : int -> Android.Database.Sqlite.SqliteDataType

Parameters

columnIndex
Int32

The index of a column in the result row. It is zero-based.

Returns

The type of the value in the column of the result row.

Attributes

Remarks

Return the type of the column in the result row. Column indices start at 0.

Java documentation for android.database.sqlite.SQLiteRawStatement.getColumnType(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