CachedResultsetDataReaderRead Method  | 
 
            Advances the reader to the next record in a result set.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic override bool Read()
Public Overrides Function Read As Boolean
Return Value
Type: 
Boolean
            true if there are more rows; otherwise false.
            
Implements
IDataReaderRead
See Also