Share via


SqliteDataReader.GetInt32(Int32) Method

Definition

Gets the value of the specified column as a Int32.

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

Parameters

ordinal
Int32

The zero-based column ordinal.

Returns

The value of the column.

Applies to