Partilhar via


RelationalLoggerExtensions.AllIndexPropertiesNotToMappedToAnyTable Método

Definição

Registra o evento em AllIndexPropertiesNotToMappedToAnyTable log.

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)

Parâmetros

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model.Validation>

O agente diagnóstico a ser usado.

entityType
IEntityType

O tipo de entidade no qual o índice é definido.

index
IIndex

O índice no tipo de entidade.

Aplica-se a