EdmEntityType.DeclaredKey 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 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)