| 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.7.0.0 (5.7.0)
 Syntax
Syntaxprotected virtual IUnitOfWorkCore BuildWorkForCommit()
Protected Overridable Function BuildWorkForCommit As IUnitOfWorkCore
Return Value
Type: 
IUnitOfWorkCoreThe unit of work, ready to be committed, which contains all the work for the changes made to the data in this scope
 See Also
See Also