| LLBLGenProQueryTIEnumerableTGetEnumerator Method  | 
            Returns an enumerator that iterates through the collection.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
SyntaxIEnumerator<T> IEnumerable<T>.GetEnumerator()
Private Function GetEnumerator As IEnumerator(Of T)
	Implements IEnumerable(Of T).GetEnumerator
Return Value
Type: 
IEnumeratorT
            A 
IEnumeratorT that can be used to iterate through the collection.
            
Implements
IEnumerableTGetEnumerator
See Also