TrackingMode Enumeration
.NET Framework (current version)
Determines whether changes that are made to a DataServiceCollection<T> are tracked.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
| Member name | Description | |
|---|---|---|
| AutoChangeTracking | Changes to items in the DataServiceCollection<T> are automatically tracked by the client. | |
| None | Changes made to items in the DataServiceCollection<T> are not tracked automatically by the client. |
The TrackingMode enumeration specifies whether or not changes that are made to items in the collection are tracked automatically.
Values from the TrackingMode enumeration are used when you create a new instance of the DataServiceCollection<T> class.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: