MarkLogic XCC/.Net Library

ResultItem Interface

An XdmItem that is a member of a ResultSequence. The values associated with ResultItem instances may be transient. ResultItem wraps an XdmItem instance and also implements the XdmItem interface. Invoking the methods of the XdmItem interface are passed through to the contained instance.

Because a ResultSequence may be streaming, the contained XdmItem may be have been partially consumed. Use the Fetchable property to determine if it is safe to access the value.

For a list of all members of this type, see ResultItem Members.

[Visual Basic]
Public Interface ResultItem
    Implements XdmItem, XdmValue
[C#]
public interface ResultItem : XdmItem, XdmValue

Requirements

Namespace: Marklogic.Xcc

Assembly: MarklogicXcc (in MarklogicXcc.dll)

See Also

ResultItem Members | Marklogic.Xcc Namespace |