| 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)
SyntaxIDataAccessAdapter Adapter { get; }ReadOnly Property Adapter As IDataAccessAdapter
	Get
Property Value
Type: 
IDataAccessAdapter
See Also