RelationalLoggerExtensions.IndexPropertiesBothMappedAndNotMappedToTable(IDiagnosticsLogger<DbLoggerCategory.Model>, IEntityType, IIndex, String) Yöntem

Tanım

Olayı günlüğe kaydeder IndexPropertiesBothMappedAndNotMappedToTable .

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

Parametreler

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model.Validation>

Kullanılacak tanılama günlükçüsü.

entityType
IEntityType

Dizinin tanımlandığı varlık türü.

index
IIndex

Varlık türündeki dizin.

unmappedPropertyName
String

Eşlenmemiş özelliğin adı.

Şunlara uygulanır