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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework