Share via


CoreLoggerExtensions.ForeignKeyAttributesOnBothPropertiesWarning メソッド

定義

オーバーロード

ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyNavigation, IReadOnlyNavigation, MemberInfo, MemberInfo)

イベントの ForeignKeyAttributesOnBothPropertiesWarning ログ。

ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, INavigation, INavigation, MemberInfo, MemberInfo)

イベントの ForeignKeyAttributesOnBothPropertiesWarning ログ。

ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyNavigation, IReadOnlyNavigation, MemberInfo, MemberInfo)

public static void ForeignKeyAttributesOnBothPropertiesWarning (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation firstNavigation, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation secondNavigation, System.Reflection.MemberInfo firstProperty, System.Reflection.MemberInfo secondProperty);
static member ForeignKeyAttributesOnBothPropertiesWarning : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation * Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigation * System.Reflection.MemberInfo * System.Reflection.MemberInfo -> unit
<Extension()>
Public Sub ForeignKeyAttributesOnBothPropertiesWarning (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), firstNavigation As IReadOnlyNavigation, secondNavigation As IReadOnlyNavigation, firstProperty As MemberInfo, secondProperty As MemberInfo)

パラメーター

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model>

使用する診断 ロガー。

firstNavigation
IReadOnlyNavigation

最初のナビゲーション プロパティ。

secondNavigation
IReadOnlyNavigation

2 番目のナビゲーション プロパティ。

firstProperty
MemberInfo

最初のプロパティ。

secondProperty
MemberInfo

2 番目のプロパティ。

適用対象

ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, INavigation, INavigation, MemberInfo, MemberInfo)

public static void ForeignKeyAttributesOnBothPropertiesWarning (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, Microsoft.EntityFrameworkCore.Metadata.INavigation firstNavigation, Microsoft.EntityFrameworkCore.Metadata.INavigation secondNavigation, System.Reflection.MemberInfo firstProperty, System.Reflection.MemberInfo secondProperty);
static member ForeignKeyAttributesOnBothPropertiesWarning : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Reflection.MemberInfo * System.Reflection.MemberInfo -> unit
<Extension()>
Public Sub ForeignKeyAttributesOnBothPropertiesWarning (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), firstNavigation As INavigation, secondNavigation As INavigation, firstProperty As MemberInfo, secondProperty As MemberInfo)

パラメーター

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Model>

使用する診断 ロガー。

firstNavigation
INavigation

最初のナビゲーション プロパティ。

secondNavigation
INavigation

2 番目のナビゲーション プロパティ。

firstProperty
MemberInfo

最初のプロパティ。

secondProperty
MemberInfo

2 番目のプロパティ。

適用対象