DevForce Help Reference
GetRelatedProperties Method (EntityMetadataStore)


Returns a collection of properties related to the specified property.
Syntax
'Declaration
 
Public Function GetRelatedProperties( _
   ByVal entityProperty As DataEntityProperty _
) As ReadOnlyCollection(Of DataEntityProperty)
'Usage
 
Dim instance As EntityMetadataStore
Dim entityProperty As DataEntityProperty
Dim value As ReadOnlyCollection(Of DataEntityProperty)
 
value = instance.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

EntityMetadataStore Class
EntityMetadataStore Members

Send Feedback