Method GetInt64
| Improve this Doc View SourceGetInt64(Int32)
Gets the value of specified column as Int64.
Declaration
public virtual long? GetInt64(int ordinal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ordinal | The column ordinal. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Int64> | The value. |