Share via


ReleaseUpdateValidationClass.getRowCount Method [AX 2012]

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.
  • _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.

See Also

Reference

ReleaseUpdateValidationClass Class