SQLSelect.NumResultColumns Property (Typed) | |
A numeric value containing the number of columns in the result set.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NumResultColumns AS DWORD GET
public virtual uint NumResultColumns { get; }
Request Example
View SourceProperty Value
Type:
DWordA numeric value containing the number of columns in the result set.
See Also