CoreStrings.InvalidTypeConversationWithInclude(Object, Object) Method

Definition

Unable to include navigation chain '{includeExpression}' specified by 'Include' operation as the converted type '{type}' is not part of model.

public static string InvalidTypeConversationWithInclude (object includeExpression, object type);
public static string InvalidTypeConversationWithInclude (object? includeExpression, object? type);
static member InvalidTypeConversationWithInclude : obj * obj -> string
Public Shared Function InvalidTypeConversationWithInclude (includeExpression As Object, type As Object) As String

Parameters

includeExpression
Object
type
Object

Returns

Applies to