Compartilhar via


EntityInstanceCollection classe

Representa a coleção de itens externos.

Inheritance hierarchy

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class EntityInstanceCollection _
    Inherits List(Of IEntityInstance)
'Uso
Dim instance As EntityInstanceCollection
[SerializableAttribute]
public sealed class EntityInstanceCollection : List<IEntityInstance>

Exemplos

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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

EntityInstanceCollection membros

Microsoft.BusinessData.Runtime namespace