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