Share via


IEdmEntityType.DeclaredKey Property

Definition

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

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

Property Value

Applies to