Click or drag to resize
DataScopeBuildWorkForCommit Method
Builds the work in a Unit of work object for commit. The unit of work created by this method is used in CommitChanges.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual IUnitOfWorkCore BuildWorkForCommit()

Return Value

Type: IUnitOfWorkCore
The unit of work, ready to be committed, which contains all the work for the changes made to the data in this scope
See Also