Click or drag to resize
LLBLGenProODataServiceUpdateProvider Constructor
Initializes a new instance of the LLBLGenProODataServiceUpdateProvider class.

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
public LLBLGenProODataServiceUpdateProvider(
	IUnitOfWorkCore unitOfWork,
	Func<ITransactionController> transactionControllerCreatorFunc,
	LLBLGenProODataServiceMetadataProvider metaDataProvider
)

Parameters

unitOfWork
Type: SD.LLBLGen.Pro.ORMSupportClassesIUnitOfWorkCore
The unit of work.
transactionControllerCreatorFunc
Type: SystemFuncITransactionController
The transaction controller creator func.
metaDataProvider
Type: SD.LLBLGen.Pro.ODataSupportClassesLLBLGenProODataServiceMetadataProvider
The meta data provider.
See Also