SQLSelect.FCount Property (Typed) | |
The number of columns in the result set. A value of -1 indicates an error.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY FCount AS DWORD GET
public override uint FCount { get; }
Request Example
View SourceProperty Value
Type:
DWordThe number of columns in the result set. A value of -1 indicates an error.
See Also