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.

public static string UntrackedDependentEntity (object entityType, object referenceCall, object collectionCall);
public static string UntrackedDependentEntity (object? entityType, object? referenceCall, object? collectionCall);
static member UntrackedDependentEntity : obj * obj * obj -> string
Public Shared Function UntrackedDependentEntity (entityType As Object, referenceCall As Object, collectionCall As Object) As String

Parameters

entityType
Object
referenceCall
Object
collectionCall
Object

Returns

Applies to