[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an IEnumerator that can be used to iterate through the rows in the data reader.

Declaration
public override IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator

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

Overrides
System.Data.Common.DbDataReader.GetEnumerator()