CoreStrings.InversePropertyMismatch(Object, Object, Object, Object) Method

Definition

[InverseProperty] attributes on navigation '{1_entityType}.{0_navigation}' and on navigation '{3_referencedEntityType}.{2_referencedNavigation}' are not pointing to each other. Change the attributes to use the corresponding names or remove one of them.

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

Parameters

navigation
Object
entityType
Object
referencedNavigation
Object
referencedEntityType
Object

Returns

Applies to