Share via


EntityTypeConfiguration.EnumKeys Property

Definition

Gets the collection of enum keys for this entity type.

public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.EnumPropertyConfiguration> EnumKeys { get; }
member this.EnumKeys : seq<Microsoft.AspNet.OData.Builder.EnumPropertyConfiguration>
Public Overridable ReadOnly Property EnumKeys As IEnumerable(Of EnumPropertyConfiguration)

Property Value

Applies to