Partager via


EntityInstanceCollection - Classe

Représente la collection d'éléments externes.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.BusinessData.Runtime
Assembly :  Microsoft.BusinessData (dans Microsoft.BusinessData.dll)

Syntaxe

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

Exemples

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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

EntityInstanceCollection - Membres

Microsoft.BusinessData.Runtime - Espace de noms