Share via


EntityTypeConfiguration.Keys Property

 

Gets the collection of keys for this entity type.

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

Syntax

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

Property Value

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

See Also

EntityTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top