CoreLoggerExtensions.RedundantForeignKeyWarning 方法

定义

RedundantForeignKeyWarning事件的日志。

public static void RedundantForeignKeyWarning (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> diagnostics, Microsoft.EntityFrameworkCore.Metadata.IForeignKey redundantForeignKey);
static member RedundantForeignKeyWarning : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> unit
<Extension()>
Public Sub RedundantForeignKeyWarning (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), redundantForeignKey As IForeignKey)

参数

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model.Validation>

要使用的诊断记录器。

redundantForeignKey
IForeignKey

冗余外键。

适用于