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