DevForce Help Reference
EntityRelationQuery Class
Members 


An implementation of IEntityQuery that may be used to query any entities via their EntityRelations with other entities.
Object Model
EntityRelationQuery ClassEntityManager ClassQueryStrategy ClassEntityRelationLink Class
Syntax
'Declaration
 
Public Class EntityRelationQuery 
   Implements IEntityQuery, ISupportsQueryCache, IUntypedEntityQuery, System.ICloneable 
'Usage
 
Dim instance As EntityRelationQuery
Remarks
In your application code it is generally easier to use the navigation property getters auto-generated by the DevForce Object Mapper in the entities of your domain model to query for related entities. The framework will automatically build an EntityRelationQuery when necessary.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityRelationQuery

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

EntityRelationQuery Members
IdeaBlade.EntityModel Namespace

Send Feedback