| 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;}Setting this property to false improves performance at retrieval time, because there are fewer items to track.
An exception is thrown:
Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7
DataContext Class | DataContext Members
© 2010 - 2013 Devart. All Rights Reserved.