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.