Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function From( _ ByVal type As Type, _ ByVal relationalPropertyName As String _ ) As EntityRelationLink |
Visual Basic (Usage) | ![]() |
---|---|
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
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