CoreStrings.UntrackedDependentEntity(Object, Object, Object) Method

Definition

The entity type '{entityType}' uses a shared type and the supplied entity is currently not being tracked. To start tracking this entity, call '{referenceCall}' or '{collectionCall}' on the owner entry.

C#
public static string UntrackedDependentEntity (object entityType, object referenceCall, object collectionCall);
C#
public static string UntrackedDependentEntity (object? entityType, object? referenceCall, object? collectionCall);

Parameters

entityType
Object
referenceCall
Object
collectionCall
Object

Returns

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0