CoreLoggerExtensions.IncompatibleMatchingForeignKeyProperties Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
- Zdroj:
- CoreLoggerExtensions.cs
- Zdroj:
- CoreLoggerExtensions.cs
Protokoly pro IncompatibleMatchingForeignKeyProperties událost.
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>
Diagnostický protokolovací nástroj, který se má použít.
- foreignKeyProperties
- IReadOnlyList<IPropertyBase>
Vlastnosti, které tvoří cizí klíč.
- principalKeyProperties
- IReadOnlyList<IPropertyBase>
Odpovídající klíče na straně objektu zabezpečení.
Platí pro
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<DbLoggerCategory.Model>, String, String, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
- Zdroj:
- CoreLoggerExtensions.cs
Protokoly pro IncompatibleMatchingForeignKeyProperties událost.
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>
Diagnostický protokolovací nástroj, který se má použít.
- dependentToPrincipalNavigationSpecification
- String
Název navigační vlastnosti nebo typu entity na závislém konci relace.
- principalToDependentNavigationSpecification
- String
Název navigační vlastnosti nebo typu entity na hlavním konci relace.
- foreignKeyProperties
- IReadOnlyList<IPropertyBase>
Vlastnosti, které tvoří cizí klíč.
- principalKeyProperties
- IReadOnlyList<IPropertyBase>
Odpovídající klíče na straně objektu zabezpečení.
Platí pro
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<DbLoggerCategory.Model>, String, String, IReadOnlyList<IReadOnlyPropertyBase>, IReadOnlyList<IReadOnlyPropertyBase>)
- Zdroj:
- CoreLoggerExtensions.cs
- Zdroj:
- CoreLoggerExtensions.cs
- Zdroj:
- CoreLoggerExtensions.cs
- Zdroj:
- CoreLoggerExtensions.cs
Protokoly pro IncompatibleMatchingForeignKeyProperties událost.
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>
Diagnostický protokolovací nástroj, který se má použít.
- dependentToPrincipalNavigationSpecification
- String
Název navigační vlastnosti nebo typu entity na závislém konci relace.
- principalToDependentNavigationSpecification
- String
Název navigační vlastnosti nebo typu entity na hlavním konci relace.
- foreignKeyProperties
- IReadOnlyList<IReadOnlyPropertyBase>
Vlastnosti, které tvoří cizí klíč.
- principalKeyProperties
- IReadOnlyList<IReadOnlyPropertyBase>
Odpovídající klíče na straně objektu zabezpečení.
Platí pro
Entity Framework