Enables or disables cached updates mode.
public bool CachedUpdates {get; set;}
'Declaration
Public Property CachedUpdates As Boolean
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.