CoreStrings.NavigationCollectionWrongClrType(Object, Object, Object, Object) Yöntem

Tanım

'{navigation}' koleksiyon gezintisi '{entityType}' varlık türüne eklenemiyor çünkü '{clrType}' CLR türü 'IEnumerable < {targetType} > ' uygulamaz. Koleksiyon gezintileri, ilgili varlığın IEnumerable'larını < > uygulamalı.

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

Parametreler

navigation
Object
entityType
Object
clrType
Object
targetType
Object

Döndürülenler

String

Şunlara uygulanır