XPathPrecedingMergeIterator.MoveNext Method
.NET Framework 4
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Positions this iterator to the next preceding node in document order.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
Parameters
- input
- Type: System.Xml.XPath.XPathNavigator
The input node.
Return Value
Type: System.Xml.Xsl.Runtime.IteratorResultReturns NoMoreNodes if there are no more preceding nodes. Returns NeedInputNode if the next input node must be fetched first. Returns HaveCurrentNode if the Current property was set to the next node while iterating through the nodes.
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.