次の方法で共有


CoreStrings.ClashingNamedOwnedType(Object, Object, Object) メソッド

定義

'{ownedTypeName}' という名前のエンティティ型が既にモデルに追加されています。 所有権 '{ownerEntityType} を構成するときは、別の名前を使用します。'OnModelCreating' の {navigation}' です。 詳細と例については、https://aka.ms/efcore-docs-owned をご覧ください。

public static string ClashingNamedOwnedType (object ownedTypeName, object ownerEntityType, object navigation);
public static string ClashingNamedOwnedType (object? ownedTypeName, object? ownerEntityType, object? navigation);
static member ClashingNamedOwnedType : obj * obj * obj -> string
Public Shared Function ClashingNamedOwnedType (ownedTypeName As Object, ownerEntityType As Object, navigation As Object) As String

パラメーター

ownedTypeName
Object
ownerEntityType
Object
navigation
Object

戻り値

適用対象