MarkLogic XCC/.Net Library

ResultItem Members

ResultItem overview

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.

Public Instance Methods

Cache If this item is not already cached, read it fully from the result stream so that it is buffered in memory. If the item is already cached, this is a no-op.

See Also

ResultItem Interface | Marklogic.Xcc Namespace |