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