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

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
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