CoreStrings.PropertyCalledOnNavigation(Object, Object) Method

Definition

'{property}' cannot be used as a property on entity type '{entityType}' because it is configured as a navigation.

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

Parameters

property
Object
entityType
Object

Returns

Applies to