Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public override bool Read()

Return Value

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

Implements

IDataReaderRead
See Also