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