LLBLGenProODataServiceBaseTLinqMetaDataCreateUnitOfWorkInstance Method  | 
 
            Creates a ready to use unit of work instance. For Adapter, create a new UnitOfWork2 instance. For SelfServicing, create a new
            UnitOfWork instance. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected abstract IUnitOfWorkCore CreateUnitOfWorkInstance()
Protected MustOverride Function CreateUnitOfWorkInstance As IUnitOfWorkCore
Return Value
Type: 
IUnitOfWorkCoreready to use unit of work instance
See Also