[]
        
(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()
Public Overrides Function GetEnumerator() As IEnumerator
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()