PCTableConstraintGlobalUpdateHandler.existsColumnName Method [AX 2012]

Indicates whether the specified column name has already been added to the update handler.

protected NoYes existsColumnName(str _columnName)

Run On

Server

Parameters

_columnName
Type: str
The name of a table constraint column.

Return Value

Type: NoYes Enumeration
NoYes::Yes if the column already exists; otherwise, NoYes::No.

Community Additions

ADD
Show: