CoreStrings.ClashingNamedOwnedType(Object, Object, Object) Method

Definition

An entity type named '{ownedTypeName}' has already been added to the model. Use a different name when configuring the ownership '{ownerEntityType}.{navigation}' in 'OnModelCreating'. See https://aka.ms/efcore-docs-owned for more information and examples.

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

Parameters

ownedTypeName
Object
ownerEntityType
Object
navigation
Object

Returns

Applies to