DataServer.RecCount Property (Typed) | |
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
public virtual int RecCount { get; }
Request Example
View SourceProperty Value
Type:
LongA numeric value representing the number of records in this data server.
Remarks Tip |
---|
Some types of data servers may not be able to provide this number. If a failure does occur, -1 is returned. |
See Also