[]
        
(Showing Draft Content)

C1.LiveLinq.AdoNet.IndexedDataTable-1.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the IndexedDataTable<TRow>.

Declaration
public IEnumerator<TRow> GetEnumerator()
Returns
Type Description
IEnumerator<TRow>
Implements