DictRelation::isSurrogateForeignKeyRelation Method [AX 2012]

Verifies whether there is surrogate foreign key relation.

client server public static boolean isSurrogateForeignKeyRelation(TableId tableId, str relationName)

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type

relationName
Type: str

Return Value

Type: boolean
true if there is a surrogate foreign key relation; otherwise, false.
Show: