Method GetBoolean
GetBoolean(Int32)
Gets value of a specified index as bool.
Declaration
bool GetBoolean(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of a column. |
Returns
Type | Description |
---|---|
System.Boolean | Bool value on a specified index. |