CachedResultsetDataReaderGetEnumerator Method  | 
 
            Returns an 
IEnumerator that can be used to iterate through the rows in the data reader.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic override IEnumerator GetEnumerator()
Public Overrides Function GetEnumerator As IEnumerator
Return Value
Type: 
IEnumerator
            An 
IEnumerator that can be used to iterate through the rows in the data reader.
            
Implements
IEnumerableGetEnumerator
See Also