Click or drag to resize

SQLSelect.NumResultCols Method (Typed)

X#
Return the number of columns in the result set.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD NumResultCols() AS LONG
Request Example View Source

Return Value

Type: Long
The number of columns if successful; otherwise, -1.
See Also