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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public interface IComPlusAdapterContext
Public Interface IComPlusAdapterContext
The IComPlusAdapterContext type exposes the following members.
Properties
| Name | Description |
---|
| Adapter |
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.
|
TopSee Also