CoreStrings.OriginalValueNotTracked(Object, Object) Method

Definition

The original value for property '{1_entityType}.{0_property}' cannot be accessed because it is not being tracked. Original values are not recorded for most properties of entities when the 'ChangingAndChangedNotifications' strategy is used. To access all original values, use a different change tracking strategy such as 'ChangingAndChangedNotificationsWithOriginalValues'.

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

Parameters

property
Object
entityType
Object

Returns

Applies to