IteratorResult Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Iterators that use containment to control a nested iterator return one of the values in this enumeration.

Namespace:   System.Xml.Xsl.Runtime
Assembly:  System.Data.SqlXml (in System.Data.SqlXml.dll)

public enum class IteratorResult

Member nameDescription
HaveCurrentNode

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.

NeedInputNode

This API supports the product infrastructure and is not intended to be used directly from your code. The next node must be fetched from the contained iterator before iteration can continue.

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

.NET Framework
Available since 2.0
Return to top
Show: