Click or drag to resize
UnitOfWork2CommitOrder Property
Gets / sets the Commit Order of the various blocks the unit of work groups the elements in.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public List<UnitOfWorkBlockType> CommitOrder { get; set; }

Property Value

Type: ListUnitOfWorkBlockType
See Also