Method GetBoolean
| Improve this Doc View SourceGetBoolean(Int32)
Gets the value of specified column as Boolean.
Declaration
public virtual bool? GetBoolean(int ordinal)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ordinal | The column ordinal. |
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> | The value. |