PCTableConstraintDefinition::nameExist Method
Checks whether a record in the PCTableConstraintDefinition table with the specified name exists.
Syntax
client server public static boolean nameExist(PCTableConstraintName _name)
Run On
Called
Parameters
- _name
Type: PCTableConstraintName Extended Data Type
The name of the record to check for existence.
Return Value
Type: boolean
true if a record with the specified name exists; otherwise, false.