See Also

DataContext Class  | DataContext Members

Requirements

Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.LinqSend comments on this topic.

ObjectTrackingEnabled Property

Devart.Data.Linq Namespace > DataContext Class : ObjectTrackingEnabled Property

Instructs the framework to track the original value and object identity for this DataContext.

[Visual Basic]
Public Property ObjectTrackingEnabled As Boolean
[C#]
public bool ObjectTrackingEnabled {get; set;}

Remarks

Setting this property to false improves performance at retrieval time, because there are fewer items to track.

An exception is thrown:

Requirements

Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7

See Also

DataContext Class  | DataContext Members

 

 


© 2010 - 2013 Devart. All Rights Reserved.