RelationshipEndMember.GetEntityType Method

Definition

Access the EntityType of the EndMember in an association.

public:
 System::Data::Metadata::Edm::EntityType ^ GetEntityType();
public System.Data.Metadata.Edm.EntityType GetEntityType ();
member this.GetEntityType : unit -> System.Data.Metadata.Edm.EntityType
Public Function GetEntityType () As EntityType

Returns

The EntityType of the EndMember in an association.

Applies to