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