CoreStrings.AmbiguousSharedTypeEntityTypeName(Object) Method

Definition

The shared type entity type '{entityType}' cannot be added to the model because its name is the same as the CLR type name. This usually indicates an error, either add it as a non-shared entity type or choose a different name.

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

Parameters

entityType
Object

Returns

Applies to