Share via


EdmEntityType.DeclaredKey Property

Definition

Gets the structural properties of the entity type that make up the entity key.

public virtual System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty> DeclaredKey { get; }
member this.DeclaredKey : seq<Microsoft.OData.Edm.IEdmStructuralProperty>
Public Overridable ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)

Property Value

Implements

Applies to