Saves all the specified business entities within an atomic operation
(within the same transaction)
public static bool AtomicSave( BusinessEntity[] entities,
bool verifyBeforeSave );
Return Value
True if saved successfully
Parameters
entities
Array of entities that is to be saved.
verifyBeforeSave
Defines whether a verify should be run on the business entities before they are saved.
Overloads:
See also:
Class BusinessEntity