Share via


RelationshipEndMember.GetEntityType Method

Definition

Access the EntityType of the EndMember in an association.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Data.Entity.Core.Metadata.Edm.EntityType GetEntityType ();
member this.GetEntityType : unit -> System.Data.Entity.Core.Metadata.Edm.EntityType
Public Function GetEntityType () As EntityType

Returns

The EntityType of the EndMember in an association.

Attributes

Applies to