INamedAssociationGroupDictionary Interface
Represents the collection of named association groups.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface INamedAssociationGroupDictionary _
Inherits IReadOnlyNamedDictionary(Of IAssociationGroup), IReadOnlyDictionary(Of String, IAssociationGroup), _
IReadOnlyCollection(Of KeyValuePair(Of String, IAssociationGroup)), IEnumerable(Of KeyValuePair(Of String, IAssociationGroup)), _
IEnumerable
'Usage
Dim instance As INamedAssociationGroupDictionary
public interface INamedAssociationGroupDictionary : IReadOnlyNamedDictionary<IAssociationGroup>,
IReadOnlyDictionary<string, IAssociationGroup>, IReadOnlyCollection<KeyValuePair<string, IAssociationGroup>>,
IEnumerable<KeyValuePair<string, IAssociationGroup>>, IEnumerable