DevForce Help Reference
GetRelatedProperties Method (EntityRelation)


Returns a collection of properties related to the specified property.
Syntax
'Declaration
 
Public Shared Function GetRelatedProperties( _
   ByVal entityProperty As DataEntityProperty _
) As ReadOnlyCollection(Of DataEntityProperty)
'Usage
 
Dim entityProperty As DataEntityProperty
Dim value As ReadOnlyCollection(Of DataEntityProperty)
 
value = EntityRelation.GetRelatedProperties(entityProperty)

Parameters

entityProperty
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

Send Feedback