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