Enables or disables cached updates mode.
'Declaration
Public Property CachedUpdates As Boolean
public bool CachedUpdates {get; set;}
Property Value
If
true, the changes made to
DbDataTable are not sent to server until the
Update() method is invoked. If
false, the
Update() method is automatically called once a row finishes editing in a visual component.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2