Compartilhar via


RuntimeEntityType.IReadOnlyEntityType.GetKeys Método

Definição

Obtém as chaves primárias e alternativas para esse tipo de entidade.

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

Retornos

As chaves primárias e alternativas.

Implementações

Atributos

Aplica-se a