Condividi tramite


RuntimeModelConvention.GetKey(IKey, RuntimeEntityType) Metodo

Definizione

Ottiene la chiave corrispondente nel modello ottimizzato per la lettura.

protected virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeKey GetKey (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType);
abstract member GetKey : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType -> Microsoft.EntityFrameworkCore.Metadata.RuntimeKey
override this.GetKey : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType -> Microsoft.EntityFrameworkCore.Metadata.RuntimeKey
Protected Overridable Function GetKey (key As IKey, entityType As RuntimeEntityType) As RuntimeKey

Parametri

key
IKey

Chiave originale.

entityType
RuntimeEntityType

Tipo di entità dichiarante.

Restituisce

Chiave ottimizzata per la lettura corrispondente.

Si applica a