Compartir a través de


CoreStrings.NotCollection(Object, Object) Método

Definición

La propiedad '{entityType}. {property}' no se puede asignar como una colección, ya que no implementa '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

Parámetros

entityType
Object
property
Object

Devoluciones

Se aplica a