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.4.0.0 (5.4.0)
Syntax public override bool NextResult()
Public Overrides Function NextResult As Boolean
Return Value
Type:
Boolean
true if there are more result sets; otherwise false.
Implements
IDataReaderNextResultExceptions See Also