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.4.0.0 (5.4.0)
Syntax public override IEnumerator GetEnumerator()
Public Overrides Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumerator
An
IEnumerator that can be used to iterate through the rows in the data reader.
Implements
IEnumerableGetEnumeratorSee Also