Click or drag to resize

RowGetEnumerator Method

Returns an enumerator that iterates through the row values from the first position to the last one.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public IEnumerator<Object> GetEnumerator()

Return Value

Type: IEnumeratorObject

Implements

IEnumerableTGetEnumerator
See Also