DevForce Help Reference
EntityRelationQuery Constructor(IEnumerable,EntityRelationLink)


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

Parameters

entities
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