EntityInstanceReferenceCollection Class

Represents a collection of references to External Items.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<EntityInstanceReference>
    Microsoft.BusinessData.Runtime.EntityInstanceReferenceCollection

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public NotInheritable Class EntityInstanceReferenceCollection _
    Inherits List(Of EntityInstanceReference)
'Usage
Dim instance As EntityInstanceReferenceCollection
public sealed class EntityInstanceReferenceCollection : List<EntityInstanceReference>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EntityInstanceReferenceCollection Members

Microsoft.BusinessData.Runtime Namespace