InnerElementType Enumeration
Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
| Member name | Description | |
|---|---|---|
| Navigator | Enumerates using an XPathNavigator. | |
| Node | Enumerates the nodes of the XML document and returns the text of each node. | |
| NodeText | Enumerates over text nodes returned by an XPath operation. |
Show: