Click or drag to resize

DataServer.RecCount Property (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY RecCount AS LONG GET 
Request Example View Source

Property Value

Type: Long
A numeric value representing the number of records in this data server.
Remarks
Tip Tip
Some types of data servers may not be able to provide this number. If a failure does occur, -1 is returned.
See Also