This documentation is archived and is not being maintained.
TrackingMode Enumeration
Visual Studio 2010
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 | |
|---|---|---|
| None | Changes made to items in the DataServiceCollection<T> are not tracked automatically by the client. | |
| AutoChangeTracking | Changes to items in the DataServiceCollection<T> are automatically tracked 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: