GetBoolean Method (C1DataReaderBase)
In This Topic
Gets the value of the specified column as a Boolean.
Syntax
'Declaration
Public Overrides Function GetBoolean( _
ByVal As Integer _
) As Boolean
public override bool GetBoolean(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the column.
See Also