SessionBaseEnableSyncByTrackingChanges Property |
Enable database and page change tracking. Turn off within an update transaction so that prior change set can be deleted.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool EnableSyncByTrackingChanges { get; set; }
Public Property EnableSyncByTrackingChanges As Boolean
Get
Set
public:
property bool EnableSyncByTrackingChanges {
bool get ();
void set (bool value);
}
member EnableSyncByTrackingChanges : bool with get, set
Property Value
Type:
BooleanSee Also