IdeaBlade DevForce 2010 Help Reference
From(Type,String) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityRelationLink Class > From Method : From(Type,String) Method



type
Entity type
relationalPropertyName
Name of relational property
Returns an EntityRelationLink for a specified Type and relational property name.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function From( _
   ByVal type As Type, _
   ByVal relationalPropertyName As String _
) As EntityRelationLink
Visual Basic (Usage)Copy Code
Dim type As Type
Dim relationalPropertyName As String
Dim value As EntityRelationLink
 
value = EntityRelationLink.From(type, relationalPropertyName)
C# 
public static EntityRelationLink From( 
   Type type,
   string relationalPropertyName
)
C++/CLI 
public:
static EntityRelationLink^ From( 
   Type^ type,
   String^ relationalPropertyName
) 

Parameters

type
Entity type
relationalPropertyName
Name of relational property

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.