CoreStrings.ClashingMismatchedSharedType(Object, Object) 方法

定义

无法添加共享类型实体类型“{entityType}”,因为模型已包含具有相同名称但具有不同 CLR 类型“{otherClrType}”的实体类型。 确保所有实体类型名称都是唯一的。

public static string ClashingMismatchedSharedType (object entityType, object otherClrType);
public static string ClashingMismatchedSharedType (object? entityType, object? otherClrType);
static member ClashingMismatchedSharedType : obj * obj -> string
Public Shared Function ClashingMismatchedSharedType (entityType As Object, otherClrType As Object) As String

参数

entityType
Object
otherClrType
Object

返回

适用于