The ModelAssociationSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
AssociationSetMapping |
Association set mapping (if any) mapping this conceptual model association to the underlying store associations. Normally only set for many-to-many and/or independent associations.
| |
FromEntitySet |
First entity set involved in the association; dependent entity type
| |
FromEntityType |
First entity type involved in the association; dependent entity type
| |
FromMultiplicity |
Multiplicity on the dependent side of the association
| |
FromRoleName |
Dependent (from) role name
| |
FullName |
Fully qualified name, including parent object names.
| |
Keys |
Enumeration of entity member pairs that make up the keys for this association
| |
Name |
Name of the model object
| |
NavigationPropertyFrom |
Navigation property corresponding to this association in the dependent (from) entity type
| |
NavigationPropertyTo |
Navigation property corresponding to this association in the principal entity type
| |
StoreAssociationSet |
Store association set corresponding to this model association set. Not valid for many-to-many associations that has more than one underlying store association.
| |
StoreEntitySetJunction |
Storage model junction entity set for many-to-many associations
| |
ToEntitySet |
Second entity type involved in the association; principal entity type
| |
ToEntityType |
Second entity type involved in the association; principal entity type
| |
ToMultiplicity |
Multiplicity on the principal side of the association
| |
ToRoleName |
Principal role name
|