| MarkLogic XCC/.Net Library |
|
ResultSequence.ItemAt MethodÂ
Returns the XdmItem wrapped by the ResultItem at the given index.
[Visual Basic]
Function ItemAt( _
   ByVal
index AsÂ
Integer _
)Â AsÂ
XdmItem
Parameters
-
index
- The position (zero-based) of the ResultItem to return.
Return Value
The underlying XdmItem for the ResultItem at the requested index.
See Also
ResultSequence Interface | Marklogic.Xcc Namespace