RelationalLoggerExtensions.KeyPropertiesNotMappedToTable Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Consigne l’événement KeyPropertiesNotMappedToTable .
public static void KeyPropertiesNotMappedToTable(this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> diagnostics, Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member KeyPropertiesNotMappedToTable : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Metadata.IKey -> unit
<Extension()>
Public Sub KeyPropertiesNotMappedToTable (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), key As IKey)
Paramètres
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model.Validation>
Enregistreur d’diagnostics à utiliser.
- key
- IKey
Clé étrangère.