UnitOfWork Constructor (ListUnitOfWorkBlockType) |
Initializes a new instance of the
UnitOfWork class.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax public UnitOfWork(
List<UnitOfWorkBlockType> commitOrder
)
Public Sub New (
commitOrder As List(Of UnitOfWorkBlockType)
)
Parameters
- commitOrder
- Type: System.Collections.GenericListUnitOfWorkBlockType
The commit order of the various blocks in the unit of work object.
See Also