The AssociationSetMapping type exposes the following members.
Methods
Name | Description | |
---|---|---|
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 |
Method to remove the AssociationSetMapping from the model
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AliasName |
Alias name. For AssociationSetMapping, this is the same as the Name property.
| |
FullName |
Fully qualified name. For AssociationSetMapping, this is the same as the Name property.
| |
ModelAssociationSet |
Returns the ModelAssociationSet mapped with this AssociationSetMapping
| |
Name |
AssociationSetMapping name, corresponding to the Name attribute in the MSL AssociationSetMapping element
| |
StoreEntitySet |
Returns the StoreEntitySet mapped with this AssociationSetMapping
| |
StoreEntitySetName |
Name of the mapped store entity set
| |
TypeName |
The AssociationSetMapping's conceptual model association
|
Events
Name | Description | |
---|---|---|
NameChanged |
Event fired when the AssociationSetMapping has changed name
| |
Removed |
Event fired when the AssociationSetMapping has been removed from the model
|