CoreStrings.TrackingTypeMismatch(Object, Object) Method

Definition

The instance of entity type '{runtimeEntityType}' cannot be tracked as the entity type '{entityType}' because the two types are not in the same hierarchy.

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

Parameters

runtimeEntityType
Object
entityType
Object

Returns

Applies to