SQLSelect.RecCount Property (Typed) | |
A numeric value representing the number of rows in the data server.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RecCount AS LONG GET
public override int RecCount { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the number of rows in the data server.
Remarks
A numeric value representing the number of rows in the data server. NIL is returned if the number of rows cannot be determined.
Tip |
---|
Some types of data servers may not be able to provide this number. |
See Also