Show / Hide Table of Contents

Method GetEnumerator

| Improve this Doc View Source

GetEnumerator()

Returs an enumerator for this DataSet.

Declaration
public IEnumerator<DataRow> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<DataRow>

The enumerator for this DataSet.

Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest