Click or drag to resize
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()

Return Value

Type: IUnitOfWorkCore
ready to use unit of work instance
See Also