BusinessEntity.AtomicSave

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:

public static bool AtomicSave( BusinessEntity[] entities );

See also:

Class BusinessEntity


  Last Updated: 5/23/2007 | © , 2007