IteratorResult Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Iterators that use containment to control a nested iterator return one of the values in this enumeration.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
| Member name | Description | |
|---|---|---|
| HaveCurrentNode | This API supports the product infrastructure and is not intended to be used directly from your code. Iteration is complete; there are no more nodes. | |
| NeedInputNode | This API supports the product infrastructure and is not intended to be used directly from your code. The next node must be fetched from the contained iterator before iteration can continue. | |
| NoMoreNodes | This API supports the product infrastructure and is not intended to be used directly from your code. Iteration is complete; there are no more nodes |
Available since 2.0