DbFileSpec.RecCount Property (Typed) | |
The number of records in the DBF. (Note that "LastRec" is not available in this class, only in the dbServer class)
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY RecCount AS LONG GET
public virtual int RecCount { get; }
Request Example
View SourceProperty Value
Type:
LongThe number of records in the DBF. (Note that "LastRec" is not available in this class, only in the dbServer class)
See Also