IEntityReferenceCollection Interface
Represents a collection of IEntityReference objects.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface IEntityReferenceCollection _
Inherits IReadOnlyCollection(Of IEntityReference), IEnumerable(Of IEntityReference), _
IEnumerable
'Usage
Dim instance As IEntityReferenceCollection
public interface IEntityReferenceCollection : IReadOnlyCollection<IEntityReference>,
IEnumerable<IEntityReference>, IEnumerable