MetadataWorkspaceExtensions.GetEnd1 Method (AssociationType)

 

Returns the first AssociationEndMember in the AssociationEndMembers property of the specified AssociationType.

Namespace:   Microsoft.Data.Entity.Design.DatabaseGeneration
Assembly:  Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)

public static AssociationEndMember GetEnd1(
	this AssociationType association
)

Parameters

association
Type: System.Data.Entity.Core.Metadata.Edm.AssociationType

An association in a conceptual model.

Return Value

Type: System.Data.Entity.Core.Metadata.Edm.AssociationEndMember

The first AssociationEndMember in the AssociationEndMembers property of the specified AssociationType.