Method GetBoolean
GetBoolean(int)
Gets the value of the specified column as a Boolean.
public bool GetBoolean(int i)
Parameters
i
intThe zero-based column ordinal.
Returns
- bool
The value of the column.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.