Share via


ODataPreferenceHeader.TrackChanges Property

Definition

Property to get and set the "odata.track-changes" preference to the "Prefer" header on the underlying IODataRequestMessage or the "Preference-Applied" header on the underlying IODataResponseMessage. Setting true sets the "odata.track-changes" preference. Setting false clears the "odata.track-changes" preference. Returns true of the "odata.track-changes" preference is on the header. Otherwise returns false if the "odata.track-changes" is not on the header.

public bool TrackChanges { get; set; }
member this.TrackChanges : bool with get, set
Public Property TrackChanges As Boolean

Property Value

Applies to