CoreStrings.ClashingNonOwnedEntityType(Object) Method

Definition

The entity type '{entityType}' cannot be configured as owned because it has already been configured as a non-owned. If you want to override previous configuration first remove the entity type from the model by calling 'Ignore'. See https://aka.ms/efcore-docs-owned for more information and examples.

public static string ClashingNonOwnedEntityType (object entityType);
public static string ClashingNonOwnedEntityType (object? entityType);
static member ClashingNonOwnedEntityType : obj -> string
Public Shared Function ClashingNonOwnedEntityType (entityType As Object) As String

Parameters

entityType
Object

Returns

Applies to