Share via


EdmModel.EnumTypes Property

Definition

Gets the enum types in the model.

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

Property Value

Applies to