Condividi tramite


CoreStrings.NavigationCollectionWrongClrType Metodo

Definizione

Impossibile aggiungere lo spostamento della raccolta '{navigation}' al tipo di entità '{entityType}' perché il relativo tipo CLR '{clrType}' non implementa 'IEnumerable<{targetType}>'. Gli spostamenti della raccolta devono implementare IEnumerable<> dell'entità correlata.

public static string NavigationCollectionWrongClrType (object navigation, object entityType, object clrType, object targetType);
public static string NavigationCollectionWrongClrType (object? navigation, object? entityType, object? clrType, object? targetType);
static member NavigationCollectionWrongClrType : obj * obj * obj * obj -> string
Public Shared Function NavigationCollectionWrongClrType (navigation As Object, entityType As Object, clrType As Object, targetType As Object) As String

Parametri

navigation
Object
entityType
Object
clrType
Object
targetType
Object

Restituisce

Si applica a