Click or drag to resize

RowSetGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorRow
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also