CoreStrings.NotCollection(Object, Object) 方法

定义

属性“{entityType}”。{property}“不能映射为集合,因为它不实现”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

参数

entityType
Object
property
Object

返回

适用于