Aracılığıyla paylaş


RelationalLoggerExtensions.IndexPropertiesBothMappedAndNotMappedToTable Yöntem

Tanım

Olayı günlüğe IndexPropertiesBothMappedAndNotMappedToTable kaydeder.

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çü.

entityType
IEntityType

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

index
IIndex

Varlık türündeki dizin.

unmappedPropertyName
String

Eşlenmeyen özelliğin adı.

Şunlara uygulanır