SetIteratorResult Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets iterators for combinations of elements by Union, Intersection, or Difference, which use containment to control two nested iterators. This will return one of the enumeration values from MoveNext.
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. This iterator's Current property is set to the next node in the iteration. | |
| InitRightIterator | This API supports the product infrastructure and is not intended to be used directly from your code. Initialize right-nested iterator. | |
| NeedLeftNode | This API supports the product infrastructure and is not intended to be used directly from your code. The next node needs to be fetched from the left-nested iterator. | |
| NeedRightNode | This API supports the product infrastructure and is not intended to be used directly from your code. The next node needs to be fetched from the right-nested iterator. | |
| 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