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
[C#]
XdmItem ItemAt(
   int index
);

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