Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.