CoreLoggerExtensions.ForeignKeyAttributesOnBothPropertiesWarning Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, IReadOnlyNavigation, IReadOnlyNavigation, MemberInfo, MemberInfo)
- Origem:
- CoreLoggerExtensions.cs
- Origem:
- CoreLoggerExtensions.cs
- Origem:
- CoreLoggerExtensions.cs
- Origem:
- CoreLoggerExtensions.cs
Logs do ForeignKeyAttributesOnBothPropertiesWarning evento.
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)
Parâmetros
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
O agente diagnóstico a ser usado.
- firstNavigation
- IReadOnlyNavigation
A primeira propriedade de navegação.
- secondNavigation
- IReadOnlyNavigation
A segunda propriedade de navegação.
- firstProperty
- MemberInfo
A primeira propriedade.
- secondProperty
- MemberInfo
A segunda propriedade.
Aplica-se a
ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<DbLoggerCategory.Model>, INavigation, INavigation, MemberInfo, MemberInfo)
- Origem:
- CoreLoggerExtensions.cs
- Origem:
- CoreLoggerExtensions.cs
- Origem:
- CoreLoggerExtensions.cs
Logs do ForeignKeyAttributesOnBothPropertiesWarning evento.
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)
Parâmetros
- diagnostics
- IDiagnosticsLogger<DbLoggerCategory.Model>
O agente diagnóstico a ser usado.
- firstNavigation
- INavigation
A primeira propriedade de navegação.
- secondNavigation
- INavigation
A segunda propriedade de navegação.
- firstProperty
- MemberInfo
A primeira propriedade.
- secondProperty
- MemberInfo
A segunda propriedade.
Aplica-se a
Entity Framework