This documentation is archived and is not being maintained.
SetIteratorResult Enumeration
Visual Studio 2010
This API supports the .NET Framework 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 | |
|---|---|---|
| NoMoreNodes | Iteration is complete; there are no more nodes. | |
| InitRightIterator | Initialize right-nested iterator. | |
| NeedLeftNode | The next node needs to be fetched from the left-nested iterator. | |
| NeedRightNode | The next node needs to be fetched from the right-nested iterator. | |
| HaveCurrentNode | This iterator's Current property is set to the next node in the iteration. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: