SqliteDataReader.GetString(Int32) Method

Definition

Gets the value of the specified column as a String.

public override string GetString (int ordinal);
override this.GetString : int -> string
Public Overrides Function GetString (ordinal As Integer) As String

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

The value of the column.

Applies to