IEdmEntityType.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 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)