CoreStrings.NotCollection(Object, Object) Method

Definition

The property '{entityType}.{property}' cannot be mapped as a collection since it does not implement 'IEnumerable<T>'.

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

Parameters

entityType
Object
property
Object

Returns

Applies to