ReleaseUpdateValidationClass.getRowCount Method [AX 2012]
Counts the rows in a table.
public int64 getRowCount(
str _tableName,
CLRObject _con,
ReleaseUpdateValidation _releaseUpdateValidation,
[boolean _countSql,
boolean _shadowTable])
Run On
CalledParameters
- _tableName
- Type: str
The name of the table.
- _con
- Type: CLRObject Class
The database connection.
- _releaseUpdateValidation
- Type: ReleaseUpdateValidation Table
The table that is used for logging.
- _countSql
- Type: boolean
A Boolean value that serves as a bulk copy statement; optional.
- _shadowTable
- Type: boolean
A Boolean value that indicates whether the table is a shadow table; optional.
Community Additions
ADD
Show: