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