ObjectResult::IEnumerable::GetEnumerator Method ()

 

Returns an enumerator that iterates through the query results.

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator^

An enumerator that iterates through the query results.

.NET Framework
Available since 3.5
Return to top
Show: