PCTableConstraintColumnNameValidator.validate Method [AX 2012]

Validates that a given columns uses the supported syntax.

public boolean validate(str _columnName)

Run On

Called

Parameters

_columnName
Type: str
A table constraint column name.

Return Value

Type: boolean
true if the column name is valid; otherwise, false.

ExceptionCondition
Error

Can throw a CLR exception.

Community Additions

ADD
Show: