Udostępnij przez


RelationalLoggerExtensions.AllIndexPropertiesNotToMappedToAnyTable Metoda

Definicja

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)

Parametry

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model.Validation>

Rejestrator diagnostyczny do użycia.

entityType
IEntityType

Typ jednostki, na którym jest zdefiniowany indeks.

index
IIndex

Indeks typu jednostki.

Dotyczy