DevForce Help Reference
From(Type,String) Method


Entity type
Name of relational property
Returns an EntityRelationLink for a specified Type and relational property name.
Syntax
'Declaration
 
Public Overloads Shared Function From( _
   ByVal type As Type, _
   ByVal relationalPropertyName As String _
) As EntityRelationLink
'Usage
 
Dim type As Type
Dim relationalPropertyName As String
Dim value As EntityRelationLink
 
value = EntityRelationLink.From(type, relationalPropertyName)

Parameters

type
Entity type
relationalPropertyName
Name of relational property
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