QueryResults Object
Returns the data, converted to a float value, in a column of a row in the current result set.
fColumnData = QueryResults.GetColumnFloat (
[Row :=] lRow,
[Column :=] lColumn )
HRESULT pQueryResults->GetColumnFloat (
long lRow,
long lColumn,
LPFLOAT pfColumnData );
Element | Type | Description |
---|
fColumnData | Float | Returned column data |
lRow | Long | Row number of the current result set |
lColumn | Long | Column number of the specified row |