| CachedResultsetDataReaderNextResult Method  | 
 
            Advances the reader to the next result when reading the results of a batch of statements.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic override bool NextResult()
Public Overrides Function NextResult As Boolean
Return Value
Type: 
Boolean
            true if there are more result sets; otherwise false.
            
Implements
IDataReaderNextResult
Exceptions
See Also