CoreLoggerExtensions.IncompatibleMatchingForeignKeyProperties 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
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
Rejestruje zdarzenie IncompatibleMatchingForeignKeyProperties .
public static void IncompatibleMatchingForeignKeyProperties (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> foreignKeyProperties, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> principalKeyProperties);
static member IncompatibleMatchingForeignKeyProperties : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> -> unit
<Extension()>
Public Sub IncompatibleMatchingForeignKeyProperties (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), foreignKeyProperties As IReadOnlyList(Of IPropertyBase), principalKeyProperties As IReadOnlyList(Of IPropertyBase))
Parametry
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Rejestrator diagnostyczny do użycia.
- foreignKeyProperties
- IReadOnlyList<IPropertyBase>
Właściwości tworzące klucz obcy.
- principalKeyProperties
- IReadOnlyList<IPropertyBase>
Odpowiednie klucze po stronie głównej.
Dotyczy
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<DbLoggerCategory.Model>, String, String, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
- Źródło:
- CoreLoggerExtensions.cs
Rejestruje zdarzenie IncompatibleMatchingForeignKeyProperties .
public static void IncompatibleMatchingForeignKeyProperties (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, string dependentToPrincipalNavigationSpecification, string principalToDependentNavigationSpecification, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> foreignKeyProperties, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> principalKeyProperties);
static member IncompatibleMatchingForeignKeyProperties : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> -> unit
<Extension()>
Public Sub IncompatibleMatchingForeignKeyProperties (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), dependentToPrincipalNavigationSpecification As String, principalToDependentNavigationSpecification As String, foreignKeyProperties As IReadOnlyList(Of IPropertyBase), principalKeyProperties As IReadOnlyList(Of IPropertyBase))
Parametry
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Rejestrator diagnostyczny do użycia.
- dependentToPrincipalNavigationSpecification
- String
Nazwa właściwości nawigacji lub typu jednostki na zależnym końcu relacji.
- principalToDependentNavigationSpecification
- String
Nazwa właściwości nawigacji lub typu jednostki na głównym końcu relacji.
- foreignKeyProperties
- IReadOnlyList<IPropertyBase>
Właściwości tworzące klucz obcy.
- principalKeyProperties
- IReadOnlyList<IPropertyBase>
Odpowiednie klucze po stronie głównej.
Dotyczy
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<DbLoggerCategory.Model>, String, String, IReadOnlyList<IReadOnlyPropertyBase>, IReadOnlyList<IReadOnlyPropertyBase>)
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
- Źródło:
- CoreLoggerExtensions.cs
Rejestruje zdarzenie IncompatibleMatchingForeignKeyProperties .
public static void IncompatibleMatchingForeignKeyProperties (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> diagnostics, string dependentToPrincipalNavigationSpecification, string principalToDependentNavigationSpecification, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> foreignKeyProperties, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> principalKeyProperties);
static member IncompatibleMatchingForeignKeyProperties : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model> * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> -> unit
<Extension()>
Public Sub IncompatibleMatchingForeignKeyProperties (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Model), dependentToPrincipalNavigationSpecification As String, principalToDependentNavigationSpecification As String, foreignKeyProperties As IReadOnlyList(Of IReadOnlyPropertyBase), principalKeyProperties As IReadOnlyList(Of IReadOnlyPropertyBase))
Parametry
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
Rejestrator diagnostyczny do użycia.
- dependentToPrincipalNavigationSpecification
- String
Nazwa właściwości nawigacji lub typu jednostki na zależnym końcu relacji.
- principalToDependentNavigationSpecification
- String
Nazwa właściwości nawigacji lub typu jednostki na głównym końcu relacji.
- foreignKeyProperties
- IReadOnlyList<IReadOnlyPropertyBase>
Właściwości tworzące klucz obcy.
- principalKeyProperties
- IReadOnlyList<IReadOnlyPropertyBase>
Odpowiednie klucze po stronie głównej.