다음을 통해 공유


RelationalLoggerExtensions.AllIndexPropertiesNotToMappedToAnyTable 메서드

정의

이벤트를 기록합니다 AllIndexPropertiesNotToMappedToAnyTable .

public static void AllIndexPropertiesNotToMappedToAnyTable (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> diagnostics, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member AllIndexPropertiesNotToMappedToAnyTable : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> * Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Metadata.IIndex -> unit
<Extension()>
Public Sub AllIndexPropertiesNotToMappedToAnyTable (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation), entityType As IEntityType, index As IIndex)

매개 변수

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model.Validation>

사용할 진단 로거입니다.

entityType
IEntityType

인덱스가 정의된 엔터티 형식입니다.

index
IIndex

엔터티 형식의 인덱스입니다.

적용 대상