ReleaseUpdateBulkCopyDB::getRowCount Method [AX 2012]
Gets number of rows of a table.
Syntax
server public static int getRowCount(TableName _tableName)
Run On
Server
Parameters
- _tableName
Type: TableName Extended Data Type
The table name.
Return Value
Type: int
The number of rows in the table.