Share via


CoreStrings.NonListCollection(Object, Object, Object, Object) Method

Definition

The complex collection '{entityType}'.'{name}' is of type '{type}' which does not implement '{listInterface}'.

public static string NonListCollection(object? entityType, object? name, object? type, object? listInterface);
static member NonListCollection : obj * obj * obj * obj -> string
Public Shared Function NonListCollection (entityType As Object, name As Object, type As Object, listInterface As Object) As String

Parameters

entityType
Object
name
Object
type
Object
listInterface
Object

Returns

Applies to