EntitySetBase.ElementType Property

Definition

Gets the entity type of this EntityTypeBase.

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

Property Value

An EntityTypeBase object that represents the entity type of this EntityTypeBase .

Exceptions

Thrown if the setter is called when EntitySetBase instance is in ReadOnly state

Applies to