The StoreAssociationSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
AliasName |
Fully qualified alias name, including parent object aliases.
| |
FromEntitySet |
Dependent entityset. This is normally the entityset corresponding to the table that the underlying foreign key constraint is defined on.
| |
FromEntityType |
Dependent entity type. This is normally the entity corresponding to the table where the underlying foreign key constraint is defined.
| |
FromMultiplicity |
Multiplicity on the from (dependent) entityset.
| |
FromRoleName |
Dependent role.
| |
FullName |
Fully qualified name, including parent object names.
| |
Keys |
Enumeration of key members for this association set.
| |
ModelAssociationSet |
Conceptual model association set mapped to this storage model association set.
| |
Name |
Name of the model object
| |
ToEntitySet |
Principal entityset.
| |
ToEntityType |
Principal entity type.
| |
ToMultiplicity |
Multiplicity on the to (principal) entityset.
| |
ToRoleName |
Principal role.
|