[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetBoolean

GetBoolean Method

GetBoolean(int)

Gets the value of the specified column as a Boolean.

Declaration
public override bool GetBoolean(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
bool

The value of the column.

Overrides