DevForce Help Reference
EntityRelationQuery Constructor(Object,EntityRelationLink)


Construct a query for all entities related to the specified entity via the specified EntityRelationLink.
Syntax
'Declaration
 
Public Function New( _
   ByVal entity As Object, _
   ByVal relationLink As EntityRelationLink _
)
'Usage
 
Dim entity As Object
Dim relationLink As EntityRelationLink
 
Dim instance As New EntityRelationQuery(entity, relationLink)
public EntityRelationQuery( 
   object entity,
   EntityRelationLink relationLink
)

Parameters

entity
relationLink
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 Class
EntityRelationQuery Members
Overload List

Send Feedback