UnitOfWork2 Properties |
The UnitOfWork2 type exposes the following members.
Name | Description | |
---|---|---|
CommitOrder |
Gets / sets the Commit Order of the various blocks the unit of work groups the elements in.
| |
IsEmpty |
Gets whether the unit of work is empty
| |
OptimizedSerialization | Obsolete.
Gets / sets the OptimizedSerialization flag. Default: true. When set to false, the serialization logic will simply serialize all entities inside the
unit of work. When set to true, the unit of work will first calculate the save queues, which weeds out entities which aren't changed and won't be
saved anyway, so these don't have to be sent over the wire.
|