IdeaBlade DevForce 2010 Help Reference
EntityRelationQuery Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityRelationQuery Class



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

Visual Basic (Declaration) 
Public Class EntityRelationQuery 
   Implements IEntityQueryISupportsQueryCacheIUntypedEntityQuerySystem.ICloneable 
Visual Basic (Usage)Copy Code
Dim instance As EntityRelationQuery
C# 
public class EntityRelationQuery : IEntityQueryISupportsQueryCacheIUntypedEntityQuerySystem.ICloneable  
C++/CLI 
public ref class EntityRelationQuery : public IEntityQueryISupportsQueryCacheIUntypedEntityQuerySystem.ICloneable  

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.