次の方法で共有


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

エンティティ型のインデックス。

適用対象