TrackingMode Enumeration
Determines whether changes that are made to a DataServiceCollection(Of T) are tracked.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
| Member name | Description | |
|---|---|---|
| None | Changes made to items in the DataServiceCollection(Of T) are not tracked automatically by the client. | |
| AutoChangeTracking | Changes to items in the DataServiceCollection(Of T) are automatically tracked by the client. |
This topic describes new functionality in ADO.NET Data Services that is available as an update to the .NET Framework version 3.5 Service Pack 1. You can download and install the update from the Microsoft Download Center.
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(Of T) class.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.