IEdmEntityType.DeclaredKey Property
Gets the structural properties of the entity type that make up the entity key.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property DeclaredKey As IEnumerable(Of IEdmStructuralProperty)
Get
'Usage
Dim instance As IEdmEntityType
Dim value As IEnumerable(Of IEdmStructuralProperty)
value = instance.DeclaredKey
IEnumerable<IEdmStructuralProperty> DeclaredKey { get; }
property IEnumerable<IEdmStructuralProperty^>^ DeclaredKey {
IEnumerable<IEdmStructuralProperty^>^ get ();
}
abstract DeclaredKey : IEnumerable<IEdmStructuralProperty>
function get DeclaredKey () : IEnumerable<IEdmStructuralProperty>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmStructuralProperty>
The structural properties of the entity type.