Table of Contents

Method GetInt64

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetInt64(int)

Gets the 64-bit signed integer value of the specified field.

public long GetInt64(int i)

Parameters

i int

The 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.