[]
Gets the value of the specified column as a 32-bit signed integer.
public override int GetInt32(int ordinal)
Public Overrides Function GetInt32(ordinal As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| int | The value of the specified column. |