CachedResultsetDataReaderRead Method |
Advances the reader to the next record in a result set.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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