CoreStrings.UntrackedDependentEntity(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework