Summary
Returns an ActivationDepth suitable for the specified class and activation mode.
    	
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Internal .Activation 
- Containing Type
- IActivation Depth Provider 
Syntax
IActivationDepth ActivationDepthFor(ClassMetadata classMetadata, ActivationMode mode)Remarks
Returns an ActivationDepth suitable for the specified class and activation mode.
    	
	Parameters
| Name | Type | Description | 
|---|---|---|
| classMetadata | ClassMetadata | root class that's being activated | 
| mode | ActivationMode | activation mode | 
Return Value
| Type | Description | 
|---|---|
| IActivationDepth | an appropriate ActivationDepth for the class and activation mode |