GetColumnBool Method

QueryResults Object

Description

Returns the data, converted to a boolean value, in a column of a row in the current result set.

Visual Basic

bColumnData = QueryResults.GetColumnBool (
[Row :=] lRow,
[Column :=] lColumn )

C++

HRESULT pQueryResults->GetColumnBool (
long
lRow,
long
lColumn,
LPBOOL
pbColumnData );

Elements

Element Type Description

bColumnData Boolean Returned column data
lRow Long Row number of the current result set
lColumn Long Column number of the specified row