DevForce Help Reference
GetEntityRelation(String) Method


Returns the first EntityRelation having the specified relation name.
Syntax
'Declaration
 
Public Overloads Shared Function GetEntityRelation( _
   ByVal relationName As String _
) As EntityRelation
'Usage
 
Dim relationName As String
Dim value As EntityRelation
 
value = EntityRelation.GetEntityRelation(relationName)
public static EntityRelation GetEntityRelation( 
   string relationName
)

Parameters

relationName
Remarks
The relation name can include a namespace qualifier. Relations are first searched by the fully-qualified RelationName, and then if a match is not found by the non-qualified name.
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

EntityRelation Class
EntityRelation Members
Overload List

Send Feedback