XPathFollowingMergeIterator Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Iterates over all following nodes according to the XPath following axis rules.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
| Name | Description | |
|---|---|---|
![]() | Current | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the current result navigator. |
| Name | Description | |
|---|---|---|
![]() | Create(XmlNavigatorFilter^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the XPathFollowingMergeIterator. |
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | MoveNext(XPathNavigator^) | This API supports the product infrastructure and is not intended to be used directly from your code. Moves the iterator to the next following node. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
XPathFollowingMergeIterator iterates over all following nodes according to XPath following axis rules, merges multiple sets of following nodes in document order, and removes duplicates.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

