CoreLoggerExtensions.MappedPropertyIgnoredWarning 메서드

정의

이벤트에 대한 로그입니다 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)

매개 변수

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model>

사용할 진단 로거입니다.

property
IProperty

속성입니다.

적용 대상