MarkLogic XCC/.Net Library

ResultSequence.Current Property

Fetch the current ResultItem object in the ResultSequence. The property ResultItem.Fetchable indicates whether the value for this item is available. Simple data values (numbers, dates, durations, etc) are cached and may always be re-fetched.

Large data values (nodes, text, etc) that are read as a stream or a reader are not guaranteed to be fetchable more than once.

[Visual Basic]
Property Current As ResultItem
[C#]
ResultItem Current {get;}

See Also

ResultSequence Interface | Marklogic.Xcc Namespace | | |