LinqDataSourceView::EnableObjectTracking Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property bool EnableObjectTracking {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

For more information, see the LinqDataSource::EnableObjectTracking property.

.NET Framework
Available since 3.5
Return to top
Show: