Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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