共用方式為


CoreStrings.NavigationBadType(Object, Object, Object, Object) 方法

定義

流覽 '{1_entityType}的類型。{0_navigation}' 是 '{foundType}',其不會實作 'ICollection < {targetType} > '。 集合導覽必須實作目標型別的 'ICollection <> '。

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

參數

navigation
Object
entityType
Object
foundType
Object
targetType
Object

傳回

適用於