Share via


CoreStrings.DuplicateEntityType(Object) Method

Definition

The entity type '{entityType}' cannot be added to the model because an entity type with the same name already exists.

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

Parameters

entityType
Object

Returns

Applies to