TrackingMode Enumeration
WCF Data Services 5.0
Determines whether changes that are made to a DataServiceCollection<T> are tracked.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.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.
Show: