Determines how LINQ Change Tracking is applied
System.Object
System.ValueType
System.Enum
Westwind.BusinessFramework.EntityFramework.TrackingMode
public sealed enum TrackingMode
Enumeration Values
| Member | Description |
|---|
  |
Connected |
Uses a LINQ connected data context for change management whenever possible. Save and SubmitChanges operation is used to persist changes. In general this provides better performance for change tracking. |
  |
Disconnected |
Creates a new DataContext for each operation and performs .Save operations by reconnecting to the DataContext. |
Requirements
Namespace: Westwind.BusinessFramework.EntityFramework
Assembly: westwind.businessframework.dll