INamespacedEntityDictionaryDictionary.GetEnumerator Method
Gets an enumerator to the external content type collection.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetEnumerator As IEnumerator(Of IEntity)
'Usage
Dim instance As INamespacedEntityDictionaryDictionary
Dim returnValue As IEnumerator(Of IEntity)
returnValue = instance.GetEnumerator()
IEnumerator<IEntity> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<IEntity>
An enumerator to the external content type collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
INamespacedEntityDictionaryDictionary Interface