CoreStrings.InvalidNavigationWithInverseProperty Method

Definition

The [InverseProperty] attribute on property '{1_entityType}.{0_property}' is not valid. The property '{referencedProperty}' is not a valid navigation on the related type '{referencedEntityType}'. Ensure that the property exists and is a valid reference or collection navigation.

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

Parameters

property
Object
entityType
Object
referencedProperty
Object
referencedEntityType
Object

Returns

Applies to