CoreStrings.NavigationCollectionWrongClrType(Object, Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
'{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