EntityInstanceCollection Class

Represents the collection of External Items.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<IEntityInstance>
    Microsoft.BusinessData.Runtime.EntityInstanceCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class EntityInstanceCollection _
    Inherits List(Of IEntityInstance)
'Usage
Dim instance As EntityInstanceCollection
[SerializableAttribute]
public sealed class EntityInstanceCollection : List<IEntityInstance>

Examples

Code Snippet: Execute the AssociationNavigator Method Instance of an External Content Type for an Association Without a Foreign Key

Code Snippet: Execute the Associator and Disassociator Method Instances of an External Content Type

Code Snippet: Execute the BulkAssociationNavigator Method Instance of an External Content Type

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

EntityInstanceCollection Members

Microsoft.BusinessData.Runtime Namespace