Method GetBool
GetBool(string)
Gets the specified boolean value.
public bool? GetBool(string columnName)
Parameters
columnNamestringThe name/label of the column to query.
Returns
- bool?
The associated value. null if no value is set.
GetBool(int)
Gets the specified boolean value.
public bool? GetBool(int columnIndex)
Parameters
columnIndexintThe index of the column to query.
Returns
- bool?
The associated value. null if no value is set.