RecCount Function (Usual) | |
Determine the number of records in a database file.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
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:
LongRemarks Examples See Also