Method GetInt64
GetInt64(int)
Gets the 64-bit signed integer value of the specified field.
public long GetInt64(int i)
Parameters
i
intThe index of the field to find.
Returns
- long
The 64-bit signed integer value of the specified field.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.