Condividi tramite


RuntimeEntityType.IReadOnlyEntityType.GetDeclaredKeys Metodo

Definizione

Ottiene tutte le chiavi dichiarate in questo tipo di entità.

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

Restituisce

Chiavi dichiarate.

Implementazioni

Attributi

Si applica a