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.0.0.0 (5.0.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