Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public override bool NextResult()

Return Value

Type: Boolean
true if there are more result sets; otherwise false.

Implements

IDataReaderNextResult
Exceptions
ExceptionCondition
NotImplementedException
See Also