Condividi tramite


CoreStrings.ClashingNamedOwnedType(Object, Object, Object) Metodo

Definizione

Un tipo di entità denominato '{ownedTypeName}' è già stato aggiunto al modello. Usare un nome diverso durante la configurazione della proprietà '{ownerEntityType}. {navigation}' in 'OnModelCreating'. Per altre informazioni ed esempi, vedere 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

Parametri

ownedTypeName
Object
ownerEntityType
Object
navigation
Object

Restituisce

Si applica a