Share via


EntityCollection.GetEnumerator method

Returns an enumerator to enumerate over the collection.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of Entity)
'Usage
Dim instance As EntityCollection
Dim returnValue As IEnumerator(Of Entity)

returnValue = instance.GetEnumerator()
public IEnumerator<Entity> GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<Entity>
An enumerator.

See also

Reference

EntityCollection class

EntityCollection members

Microsoft.SharePoint.BusinessData.Administration namespace