IEntityReferenceCollection interface
Representa uma coleção de objetos IEntityReference .
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface IEntityReferenceCollection _
Inherits IReadOnlyCollection(Of IEntityReference), IEnumerable
'Uso
Dim instance As IEntityReferenceCollection
public interface IEntityReferenceCollection : IReadOnlyCollection<IEntityReference>,
IEnumerable