Enum CalculationMethod
The method to be used for delta tracking.
public enum CalculationMethod
Fields
Accurate = 2
The delta is tracked on table row level.
Fast = 1
The delta is tracked on group level.
The method to be used for delta tracking.
public enum CalculationMethod
Accurate = 2
The delta is tracked on table row level.
Fast = 1
The delta is tracked on group level.