DataServer.RecCount Property | |
A numeric value representing the number of records in this data server.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RecCount AS USUAL GET
public virtual Usual RecCount { get; }
Request Example
View SourceProperty Value
Type:
UsualA 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