[]
Gets the value of the specified column as a Boolean.
public override bool GetBoolean(int ordinal)
Public Overrides Function GetBoolean(ordinal As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| bool | The value of the column. |