SqliteDataReader.GetFieldValue<T>(Int32) Method

Definition

Gets the value of the specified column.

public override T GetFieldValue<T> (int ordinal);
override this.GetFieldValue : int -> 'T
Public Overrides Function GetFieldValue(Of T) (ordinal As Integer) As T

Type Parameters

T

The type of the value.

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

T

The value of the column.

Applies to