SQLSelect.NumResultCols Method (Typed) | |
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
public virtual int NumResultCols()
Request Example
View SourceReturn Value
Type:
Long
The number of columns if successful; otherwise, -1.
See Also