CoreStrings.ClashingSharedType(Object) Method

Definition

The entity type '{entityType}' cannot be added to the model because its CLR type has been configured as a shared type.

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

Parameters

entityType
Object

Returns

Applies to