DevForce Help Reference
From(String,QueryDirection) Method


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

Parameters

entityRelationName
Describes the relationship between two entities
queryDirection
Whether query is to the parent or the child
Remarks
The entityRelationName can optionally contain a namespace qualifier. If you are searching by a non-qualified relation name and multiple EntityRelations have this short name, only the first is returned.
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