次の方法で共有


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

戻り値

適用対象