Click or drag to resize
IComPlusAdapterContextAdapter Property
Returns the DataAccessAdapter object related to this COM+ context. Use this adapter instance to perform persistence actions inside the COM+ transaction this IComPlusAdapterContext implementing object is participating in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
IDataAccessAdapter Adapter { get; }

Property Value

Type: IDataAccessAdapter
See Also