Sdílet prostřednictvím


CoreLoggerExtensions.MappedPropertyIgnoredWarning Metoda

Definice

Protokoluje událost MappedPropertyIgnoredWarning .

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

Parametry

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model>

Diagnostický protokolovací nástroj, který se má použít.

property
IProperty

Vlastnost.

Platí pro