CoreStrings.IncludeBadNavigation(Object, Object) Method

Definition

The property '{property}' is not a navigation property of entity type '{entityType}'. The 'Include(string)' method can only be used with a '.' separated list of navigation property names.

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

Parameters

property
Object
entityType
Object

Returns

Applies to