TrackingOptions Enumeration
Visual Studio 2010
Specifies which operations on a table are tracked.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
| Member name | Description | |
|---|---|---|
| None | This value is reserved for use by the tracking infrastructure. Do not use it in your code. | |
| Insert | Track only inserts. | |
| Update | Track only updates. | |
| Delete | Track only deletes. | |
| All | Track all operations. | |
| Max | This value is reserved for use by the tracking infrastructure. Do not use it in your code. |
Show: