TrackingMode Enum
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.
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. |