Table(Of TEntity).IEnumerable.GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that iterates through the collection.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Return Value
Type: System.Collections.IEnumeratorAn enumerator that can be used to iterate through the collection.
Implements
IEnumerable.GetEnumerator()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
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: