Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Counts the rows in a table.
Syntax
public int64 getRowCount(
str _tableName,
CLRObject _con,
ReleaseUpdateValidation _releaseUpdateValidation,
[boolean _countSql,
boolean _shadowTable])
Run On
Called
Parameters
- _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.
Return Value
Type: int64
The row count of the table.