Table of Contents

Method IsDBNull

Namespace
Innova.Data
Assembly
Innova.Data.dll

IsDBNull(int)

Return whether the specified field is set to null.

public bool IsDBNull(int i)

Parameters

i int

The index of the field to find.

Returns

bool

true if the specified field is set to null; otherwise, false.

Exceptions

IndexOutOfRangeException

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