DevForce Help Reference
EntityManager Property (EntityQuery)


Gets or sets the EntityManager to use when the query is run.
Syntax
'Declaration
 
Public Property EntityManager As EntityManager
'Usage
 
Dim instance As EntityQuery
Dim value As EntityManager
 
instance.EntityManager = value
 
value = instance.EntityManager
public EntityManager EntityManager {get; set;}
Remarks
When EntityManager is not set ( or set to null) the IdeaBlade.EntityModel.EntityManager.DefaultManager is used when the query is executed.
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

EntityQuery Class
EntityQuery Members

Send Feedback