MarkLogic XCC/.Net Library

ResultItem Properties

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

Public Instance Properties

Fetchable Indicates if the value of this ResultItem may be fetched. For large values that are streamed, this method will return false after AsInputStream() or AsReader() is called.
Index The position (zero-based) of this ResultItem in its containing ResultSequence.
Item Returns the actual XdmItem value wrapped by this ResultItem. The instance returned may be tested with the C# "is" type test operator.

See Also

ResultItem Interface | Marklogic.Xcc Namespace |