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