T
Entity type
IdeaBlade DevForce 2010 Help Reference
RelatedEntityList<T> Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : RelatedEntityList<T> Class



A live collection of entities tied to an EntityReference.

Object Model

RelatedEntityList<T> ClassT Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RelatedEntityList(Of T)

Type Parameters

T
Entity type

Remarks

A RelatedEntityList is returned by all navigation properties on entities which return a non-scalar value. The collection is "live" in that any related entity additions, deletions or modifications are automatically reflected in the list.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.RelatedEntityList<T>

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.