Compartir a través de


CoreStrings.FkAttributeOnPropertyNavigationMismatch Método

Definición

Los atributos [ForeignKey] de la propiedad '{property}' y la navegación '{navigation}' en el tipo de entidad '{entityType}' no apuntan entre sí. Asegúrese de que el valor del atributo [ForeignKey] de la propiedad coincide con el nombre de navegación y el valor del atributo [ForeignKey] en la navegación coincide con el nombre de la propiedad de clave externa o quita uno de ellos.

public static string FkAttributeOnPropertyNavigationMismatch (object property, object navigation, object entityType);
public static string FkAttributeOnPropertyNavigationMismatch (object? property, object? navigation, object? entityType);
static member FkAttributeOnPropertyNavigationMismatch : obj * obj * obj -> string
Public Shared Function FkAttributeOnPropertyNavigationMismatch (property As Object, navigation As Object, entityType As Object) As String

Parámetros

property
Object
navigation
Object
entityType
Object

Devoluciones

Se aplica a