dotConnect for Zoho Desk Documentation
Devart.Data Namespace / SqlShimDataReader Class / GetBoolean Method / GetBoolean(Int32) Method
The zero-based column ordinal.

In This Topic
GetBoolean(Int32) Method
In This Topic
Gets the value of the specified column as a Boolean.
Syntax
'Declaration
 
Public Overloads Overrides Function GetBoolean( _
   ByVal ordinal As Integer _
) As Boolean
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the column.
See Also