SqliteDataReader.GetFieldType(Int32) Method

Definition

Gets the data type of the specified column.

public override Type GetFieldType (int ordinal);
override this.GetFieldType : int -> Type
Public Overrides Function GetFieldType (ordinal As Integer) As Type

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

The data type of the column.

Applies to