Summary
    Enables Transparent Persistence and Transparent Activation behaviours for
    the current session.
    
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .TA 
- Interfaces
- Base Types
- 
									- Object
- TransparentActivation Support 
 
							graph BT
	Type-->Base0["TransparentActivationSupport"]
	click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.TA/TransparentActivationSupport"
	Base0-->Base1["Object"]
	Type-.->Interface0["IConfigurationItem"]
	click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IConfigurationItem"
	Type["TransparentPersistenceSupport"]
class Type type-node
						
					Syntax
public class TransparentPersistenceSupport : TransparentActivationSupport, IConfigurationItemRemarks
    Enables Transparent Persistence and Transparent Activation behaviours for
    the current session.
    
commonConfiguration.Add(new TransparentPersistenceSupport());
			commonConfiguration.Add(new TransparentPersistenceSupport());
Constructors
| Name | Summary | 
|---|---|
| Transparent | Creates a new instance of TransparentPersistenceSupport class with no rollback strategies defined. | 
| Transparent | Creates a new instance of TransparentPersistenceSupport class | 
Methods
| Name | Value | Summary | 
|---|---|---|
| ActivationProvider | I | Inherited from Transparent static | 
| Apply | void | Configures current ObjectContainer to support Transparent Activation and Transparent Persistence
    	 | 
| Is | bool | Inherited from Transparent static | 
| Prepare | void | 
See Also
- Db4objects.Db4o.TA.TransparentActivationSupport