Поделиться через


RuntimeEntityType.IEntityType.GetDeclaredKeys Метод

Определение

Возвращает все ключи, объявленные в заданном 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

Возвращаемое значение

Объявленные ключи.

Реализации

Атрибуты

Применяется к