GetColumnBool Method (SQL-DMO)

The GetColumnBool method returns a QueryResults object result set member converted to a Boolean value.

Applies To

QueryResults Object

Syntax

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

Returns

A Boolean representation of the value of a QueryResults object result set member.

Prototype (C/C++)

HRESULT GetColumnBool(
long lRow,
long lCol,
LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.