DevForce Help Reference
CompositionContext Property (EntityManager)


Returns the CompositionContext used by this EntityManager.
Syntax
'Declaration
 
Public ReadOnly Property CompositionContext As CompositionContext
'Usage
 
Dim instance As EntityManager
Dim value As CompositionContext
 
value = instance.CompositionContext
public CompositionContext CompositionContext {get;}
Remarks
You determine the composition context in use when you construct the EntityManager by optionally passing the name of the context wanted. If a name was not provided then the Default composition context is used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManager Class
EntityManager Members

Send Feedback