TrackingKeyType Enumeration
Visual Studio 2010
Specifies the type of key used to identify tracking data.
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. | |
| PrimaryKey | Uniquely identifies rows by using the primary key defined on the table. | |
| Guid | Uniquely identifies rows by using the global unique identifier column defined on the table. This is a column of uniqueidentifier data type that is defined with the ROWGUIDCOL attribute. | |
| Max | This value is reserved for use by the tracking infrastructure. Do not use it in your code. |
Show: