Click or drag to resize

SQLSelect.RecCount Property

X#
A numeric value representing the number of rows in the data server.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY RecCount AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
A 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 Tip
Some types of data servers may not be able to provide this number.
See Also