LinqDataSourceView.EnableObjectTracking Property

Definition

Gets or sets a value that indicates whether changes to the data-context object are tracked.

public:
 property bool EnableObjectTracking { bool get(); void set(bool value); };
public bool EnableObjectTracking { get; set; }
member this.EnableObjectTracking : bool with get, set
Public Property EnableObjectTracking As Boolean

Property Value

true if the data-context object is tracked for changes; otherwise, false. The default is true.

Remarks

For more information, see the LinqDataSource.EnableObjectTracking property.

Applies to