Table of Contents

Method GetInt16

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetInt16(int)

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

public short GetInt16(int i)

Parameters

i int

The index of the field to find.

Returns

short

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

Exceptions

IndexOutOfRangeException

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