DevForce Help Reference
From(EntityRelation,QueryDirection) Method


Describes the relationship between two entities
Whether query is to the parent or the child
Returns an EntityRelationLink from the EntityRelation and QueryDirection specified.
Syntax
'Declaration
 
Public Overloads Shared Function From( _
   ByVal pEntityRelation As EntityRelation, _
   ByVal pQueryDirection As QueryDirection _
) As EntityRelationLink
'Usage
 
Dim pEntityRelation As EntityRelation
Dim pQueryDirection As QueryDirection
Dim value As EntityRelationLink
 
value = EntityRelationLink.From(pEntityRelation, pQueryDirection)

Parameters

pEntityRelation
Describes the relationship between two entities
pQueryDirection
Whether query is to the parent or the child
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

EntityRelationLink Class
EntityRelationLink Members
Overload List

Send Feedback