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