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.
Gets an enumerator to iterate through the BDC model collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Model)
'Usage
Dim instance As ModelCollection
Dim returnValue As IEnumerator(Of Model)
returnValue = instance.GetEnumerator()
public IEnumerator<Model> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<Model>
An enumerator to iterate through the BDC model collection.
Implements
IEnumerable<T>.GetEnumerator()