INamedAssociationDictionary Interface

Represents the collection of named associations.

Namespace:  Microsoft.BusinessData.MetadataModel.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Interface INamedAssociationDictionary _
    Inherits IReadOnlyNamedDictionary(Of IAssociation), IReadOnlyDictionary(Of String, IAssociation),  _
    IReadOnlyCollection(Of KeyValuePair(Of String, IAssociation)), IEnumerable(Of KeyValuePair(Of String, IAssociation)),  _
    IEnumerable
'Usage
Dim instance As INamedAssociationDictionary
public interface INamedAssociationDictionary : IReadOnlyNamedDictionary<IAssociation>, 
    IReadOnlyDictionary<string, IAssociation>, IReadOnlyCollection<KeyValuePair<string, IAssociation>>, 
    IEnumerable<KeyValuePair<string, IAssociation>>, IEnumerable

Remarks

The purpose of this interface is to allow multiple inheritance and to have the internal runtime treat the collections in the same way.

See Also

Reference

INamedAssociationDictionary Members

Microsoft.BusinessData.MetadataModel.Collections Namespace