Gets the value of the specified column as a Boolean. This method is not supported.
[Visual Basic]
Public Function GetBoolean( _
ByVal i As Integer _
) As Boolean
[C#]
public bool GetBoolean(
int i
);
[C++]
public: bool GetBoolean(
int i
);
[JScript]
public function GetBoolean(
i : int
) : Boolean;
A Boolean that is the value of the column.
| Exception type | Condition |
|---|---|
| InvalidCastException | The specified cast is not valid. |
| DB2Exception | Invalid conversion. |
Call IsDBNull to check for null values before calling this method.