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