The Delay Storage Object Updates property specifies whether changes to storage objects are immediately transmitted to the data source when delayed update mode is in effect.
object.Properties("Delay Storage Object Updates") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Boolean that indicates whether changes to storage objects are immediately transmitted, as specified in Settings.
Value | Description |
---|---|
True | Changes to the object are not transmitted to the data source until the Update method is called. CancelBatch undoes any pending changes. |
False | Changes to the object are immediately transmitted to the data source object. The Update method has no effect on the object. CancelBatch does not undo changes made to the object since the row was last fetched or updated. |
adBoolean
Read/write
DBPROP_DELAYSTORAGEOBJECTS
The Delay Storage Object Updates property has no effect on storage objects in immediate update mode.