QueryResults Object
Returns the data, converted to a boolean value, in a column of a row in the current result set.
bColumnData = QueryResults.GetColumnBool (
[Row :=] lRow,
[Column :=] lColumn )
HRESULT pQueryResults->GetColumnBool (
long lRow,
long lColumn,
LPBOOL pbColumnData );
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 |