A Boolean predicate that determines whether or not the current attribute is a foreign key member.
Note: This macro is a legacy macro and is used for logical-only or combination logical/physical models. For any new physical-only models you need to use %ColIsFK. For more information on legacy macros and their related new macros, see the topic "Legacy Macros."
Syntax
%AttIsFK
Syntax Example
%ForEachAttribute() {
%If(%AttIsFK) {
%AttName -> FK}
}
Expansion
master-number -> FK
Usage
Classified as an Attribute macro.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|