MarkLogic XCC/.Net Library

XdmSequence Methods

The methods of the XdmSequence interface are listed below. For a complete list of XdmSequence interface members, see the XdmSequence Members topic.

Public Instance Methods

AsStringOverloaded. This method is equivalent to AsString("\n").
AsStrings Returns an array of Strings, each of which is the value returned by the XdmItem.AsString() method for each item in the sequence.
GetEnumerator An IEnumerator instance that iterates over the items in this XdmSequence.
ItemAt Return the XdmItem at the given position from this XdmSequence.
Size The number of Items (possibly zero) in this sequence.
ToArray Construct an array of XdmItems from this XdmSequence.
ToString Return a textual description of this XdmSequence object, NOT the value of the items in the sequence. Use the AsString() or AsStrings() methods to obtain String representations of the item values.

See Also

XdmSequence Interface | Marklogic.Xcc.Types Namespace