Table(Of TEntity).IEnumerable.GetEnumerator Method ()

 

Returns an enumerator that iterates through the collection.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Private Function GetEnumerator As IEnumerator
	Implements IEnumerable.GetEnumerator

Return Value

Type: System.Collections.IEnumerator

An enumerator that can be used to iterate through the collection.

This member is an explicit interface member implementation. It can be used only when the Table(Of TEntity) instance is cast to an IEnumerable(Of T) interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: