Click or drag to resize
CachedResultsetDataReaderGetEnumerator Method
Returns an IEnumerator that can be used to iterate through the rows in the data reader.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator that can be used to iterate through the rows in the data reader.

Implements

IEnumerableGetEnumerator
See Also