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.ODataSupportClassesAssembly: SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected abstract IUnitOfWorkCore CreateUnitOfWorkInstance()
Protected MustOverride Function CreateUnitOfWorkInstance As IUnitOfWorkCore
Return Value
Type:
IUnitOfWorkCoreready to use unit of work instance
See Also