Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

alter association statement

Alters an existing association and puts it in context.

The primary semi-association is also put in context.

Syntax

alter association [AssociationName] as
    [comments Comments]
    [tagged
      [without WithoutTagList]
      [with WithTagList]
    ]

Element Type Optionality Notes
AssociationName Association name Optional. If no association name is specified, the association in context is used. If no association is in context, an error occurs. Specifies the existing association to be altered.
Comments Expression<Text> or Expression<Dictionary<Text>> Optional. If no commments are specified, the current ones are maintained. Specifies the new commments for the association.
WithoutTagList Element name list Optional. If no tags are specified, no tags are removed. Specifies the tags to remove from the association.
WithTagList Element name list Optional. If no tags are specified, no tags are added. Specifies the tags to add to the association.

Returns

The association just altered.

Examples

Intent Code
Alter an association to add a tag alter association Building.IsOwnedBy as tagged with ToRevise;

See Also


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020