RowSetGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntax public virtual IEnumerator<Row> GetEnumerator()
Return Value
Type:
IEnumeratorRowA
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also