The GetColumnBool method returns a QueryResults object result set member converted to a Boolean value.
object.GetColumnBool( Row , Column ) as Boolean
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Row | Long integer identifying a row by ordinal position |
Column | Long integer identifying a column by ordinal position |
A Boolean representation of the value of a QueryResults object result set member.
HRESULT GetColumnBool(
long lRow,
long lCol,
LPBOOL pRetVal);