Share via


EntityTypeConfiguration.EnumKeys Property

 

Gets the collection of enum keys for this entity type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public virtual IEnumerable<EnumPropertyConfiguration> EnumKeys { get; }
public:
property IEnumerable<EnumPropertyConfiguration^>^ EnumKeys {
    virtual IEnumerable<EnumPropertyConfiguration^>^ get();
}
abstract EnumKeys : IEnumerable<EnumPropertyConfiguration> with get
override EnumKeys : IEnumerable<EnumPropertyConfiguration> with get
Public Overridable ReadOnly Property EnumKeys As IEnumerable(Of EnumPropertyConfiguration)

Property Value

Type: System.Collections.Generic.IEnumerable<EnumPropertyConfiguration>

See Also

EntityTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top