CoreStrings.IncludeOnNonEntity(Object) Method

Definition

Cannot apply the 'Include' operation with argument '{expression}'. Either the source is not a queryable of a known entity type or 'Include' has been applied after 'Select' method which projects a different entity type through navigation. Consider applying 'Include' before 'Select' method call.

public static string IncludeOnNonEntity (object expression);
public static string IncludeOnNonEntity (object? expression);
static member IncludeOnNonEntity : obj -> string
Public Shared Function IncludeOnNonEntity (expression As Object) As String

Parameters

expression
Object

Returns

Applies to