CoreStrings.ClashingWeakEntityType(Object) Method

Definition

Caution

This API is now deprecated.

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

public static string ClashingWeakEntityType (object entityType);
[System.Obsolete]
public static string ClashingWeakEntityType (object? entityType);
static member ClashingWeakEntityType : obj -> string
[<System.Obsolete>]
static member ClashingWeakEntityType : obj -> string
Public Shared Function ClashingWeakEntityType (entityType As Object) As String

Parameters

entityType
Object

Returns

Attributes

Applies to