SqliteDataReader.GetValue(Int32) Method

Definition

Gets the value of the specified column.

public override object GetValue (int ordinal);
override this.GetValue : int -> obj
Public Overrides Function GetValue (ordinal As Integer) As Object

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

The value of the column.

Applies to