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.3.0.0 (5.3.0)
Syntax protected abstract IUnitOfWorkCore CreateUnitOfWorkInstance()
Protected MustOverride Function CreateUnitOfWorkInstance As IUnitOfWorkCore
Return Value
Type:
IUnitOfWorkCoreready to use unit of work instance
See Also