Overview

Association is one of the core objects of a model. It defines relationships between other model objects like classes and complex types established on the basis of foreign keys. Associations are mapped as foreign keys to the database and can be generated automatically from the foreign keys when reverse engineering an existing database.

An association has two objects engaged in it and these objects are known as its Ends. An association End defines the object and the number of object instances that can exist at this end of an association. It can also optionally define operations performed on the association end.

Model objects can have navigation properties, which are optional properties designed to navigate from one association end to the other. A navigation property defines the association it navigates and its ends.

A model object can have multiple associations. On the diagram, associations are represented as dotted line connections with arrows.

 

ExpandedToggleIcon        Association Editor Dialog

To create an association, use the New Association Images_addAssaciations button on the Model toolbar or on the Model Explorer toolbar. Alternatively, you can right-click the diagram or a class and select New Association from the Add submenu of the shortcut menu. The Association Editor dialog will be displayed.

Images_AssociationEditorEFCMF

You can create two types of associations: one-to-many (default) and one-to-one. For details on the appropriate procedures, refer to the corresponding topics.

 

ExpandedToggleIcon        See Also


Send feedback on this topic

© 2008 - 2024 Devart. All rights reserved.