Click or drag to resize

LLBLGenProODataServiceBaseTLinqMetaDataCreateTransactionControllerInstance Method

Creates a ready to use transaction controller. For Adapter, create a new DataAccessAdapter instance. For Selfservicing, create a new Transaction instance.

Namespace:  SD.LLBLGen.Pro.ODataSupportClasses
Assembly:  SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected abstract ITransactionController CreateTransactionControllerInstance()

Return Value

Type: ITransactionController
ready to use transaction controller.
See Also