Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration TrackingMode
'Usage
Dim instance As TrackingMode
public enum TrackingMode
public enum class TrackingMode
type TrackingMode
public enum TrackingMode
Members
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. |
Remarks
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.
See Also
Reference
System.Data.Services.Client Namespace