Click or drag to resize

CachedResultsetDataReader.Read 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.12.0.0 (5.12.0)
Syntax
public override bool Read()

Return Value

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

Implements

IDataReader.Read()
See Also