The IBatchUpdatable type exposes the following members.

Methods

  NameDescription
Public methodStartUpdate
Suppress update events. Use "Using" statement to automatically dispose and reset Event update switch. Put the actual object property changes inside the using block
Public methodUpdateData
Sync the data of the object to underlying data record

Properties

  NameDescription
Public propertyStopEventUpdate
Switch to determine if event update is allowed. When "StartUpdate" is invoked, this will be set to true, thus stop all update events When the result of "StartUpdate" is disposded, the value reset to false

See Also