Click or drag to resize
IComPlusAdapterContext Interface
Interface for the COM+ context class which controls the COM+ transaction flow towards the database server, if applicable. It contains a normal DataAccessAdapter class to do the work, and the IComPlusAdapterContext implementing class is consulted by the DataAccessAdapter class in cases of transaction control and database connection creation.

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
public interface IComPlusAdapterContext

The IComPlusAdapterContext type exposes the following members.

Properties
  NameDescription
Public propertyAdapter
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.
Top
See Also