Table of Contents

Method GetBoolean

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetBoolean(int)

Gets the value of the specified column as a Boolean.

public bool GetBoolean(int i)

Parameters

i int

The zero-based column ordinal.

Returns

bool

The value of the column.

Exceptions

IndexOutOfRangeException

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