The StoreAssociationSet 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 'From'-side key
| |
RemoveKeyTo |
Removes a key pair based on the 'To'-side key
| |
ToString | (Inherited from Object.) |
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.
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the object changes name
| |
Removed |
Event fired when the object has been removed from the model
|