CoreLoggerExtensions.ForeignKeyAttributesOnBothPropertiesWarning Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyNavigation, IReadOnlyNavigation, MemberInfo, MemberInfo)
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
ForeignKeyAttributesOnBothPropertiesWarning Rejestruje zdarzenie.
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)
Parametry
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Rejestrator diagnostyczny do użycia.
- firstNavigation
- IReadOnlyNavigation
Pierwsza właściwość nawigacji.
- secondNavigation
- IReadOnlyNavigation
Druga właściwość nawigacji.
- firstProperty
- MemberInfo
Pierwsza właściwość.
- secondProperty
- MemberInfo
Druga właściwość.
Dotyczy
ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, INavigation, INavigation, MemberInfo, MemberInfo)
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
ForeignKeyAttributesOnBothPropertiesWarning Rejestruje zdarzenie.
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)
Parametry
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Rejestrator diagnostyczny do użycia.
- firstNavigation
- INavigation
Pierwsza właściwość nawigacji.
- secondNavigation
- INavigation
Druga właściwość nawigacji.
- firstProperty
- MemberInfo
Pierwsza właściwość.
- secondProperty
- MemberInfo
Druga właściwość.