EntitySet.ElementType Property

Definition

Gets the entity type of this EntitySet.

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

Property Value

An EntityType object that represents the entity type of this EntitySet .

Applies to