Share via


EdmModel.EntityTypes Property

Definition

Gets the entity types in the model.

public System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Metadata.Edm.EntityType> EntityTypes { get; }
member this.EntityTypes : seq<System.Data.Entity.Core.Metadata.Edm.EntityType>
Public ReadOnly Property EntityTypes As IEnumerable(Of EntityType)

Property Value

Applies to