Partager via


CoreStrings.ClashingNamedOwnedType(Object, Object, Object) Méthode

Définition

Un type d’entité nommé « {ownedTypeName} » a déjà été ajouté au modèle. Utilisez un autre nom lors de la configuration de la propriété « {ownerEntityType}. {navigation}' dans 'OnModelCreating'. Pour plus d’informations et d’exemples, consultez 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

Paramètres

ownedTypeName
Object
ownerEntityType
Object
navigation
Object

Retours

S’applique à