Share via


TrackingMode Enum

Definition

Determines whether changes that are made to a DataServiceCollection<T> are tracked.

public enum TrackingMode
type TrackingMode = 
Public Enum TrackingMode
Inheritance
TrackingMode

Fields

Name Value Description
None 0

The collection should not track changes.

AutoChangeTracking 1

The collection should automatically track changes to the entities in the collection.

Applies to