Share via


RefType.ElementType Property

Definition

Gets the entity type referenced by this RefType.

public virtual System.Data.Entity.Core.Metadata.Edm.EntityTypeBase ElementType { get; }
member this.ElementType : System.Data.Entity.Core.Metadata.Edm.EntityTypeBase
Public Overridable ReadOnly Property ElementType As EntityTypeBase

Property Value

An EntityTypeBase object that represents the entity type referenced by this RefType .

Applies to