Table of Contents

Method GetInt32

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetInt32(int)

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

public int GetInt32(int i)

Parameters

i int

The index of the field to find.

Returns

int

The 32-bit signed integer value of the specified field.

Exceptions

IndexOutOfRangeException

The index passed was outside the range of 0 through FieldCount.