The ModelAssociationSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddKey | ||
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Remove |
Removes the object from the model.
| |
RemoveKey | ||
RemoveKeyFrom |
Removes a key pair based on the dependent key member
| |
RemoveKeyTo |
Removes a key pair based on the principal key member
| |
ToString | (Inherited from Object.) |
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
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|