MetadataWorkspaceExtensions.GetOtherEnd Method (AssociationType, AssociationEndMember)
Given an AssociationEndMember of this Association, this method will return the other end participating in the association
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
public static AssociationEndMember GetOtherEnd( this AssociationType association, AssociationEndMember end )
Parameters
- association
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationType
The Association.
- end
-
Type:
System.Data.Entity.Core.Metadata.Edm.AssociationEndMember
An AssociationEndMember.