EntityTypeConfiguration.EnumKeys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)