Functions.RecCount Method (Usual) |  |
Determine the number of records in a database file.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.16
Syntax FUNCTION RecCount(
uArea AS USUAL
) AS LONG
public static int RecCount(
Usual uArea
)
Request Example
View SourceParameters
- uArea
- Type: Usual
Specifies the work area name or number for a table from which the value must be retrieved.
Return Value
Type:
Long
Remarks
Examples
See Also