XPathPrecedingIterator Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Iterates over all preceding nodes according to the XPath preceding axis rules, and returns nodes in reverse document order without duplicates.
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(XPathNavigator^, XmlNavigatorFilter^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the XPathPrecedingIterator. |
![]() | 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() | This API supports the product infrastructure and is not intended to be used directly from your code. Positions the iterator on the next preceding node in reverse document order. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
The XPath preceding axis rules specify that ancestors are not included, even though they precede the starting node in document order.
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.

