RuntimeEntityType.IEntityType.GetDeclaredKeys Method

Definition

Gets all keys declared on the given IReadOnlyEntityType.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IKey> IEntityType.GetDeclaredKeys ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDeclaredKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDeclaredKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
Function GetDeclaredKeys () As IEnumerable(Of IKey) Implements IEntityType.GetDeclaredKeys

Returns

Declared keys.

Implements

Attributes

Applies to