The properties of the IXdbcResultSequence interface are listed below. For a complete list of IXdbcResultSequence interface members, see the IXdbcResultSequence Members topic.
BufferSize | A hint about the number of bytes that should be fetched from the database in a single read of results |
Command | The IXdbcCommand object that produced this IXdbcResultSequence object |
Enumerator | Returns a System.Collections.IEnumerator object from IXdbcResultSequence. |
IsClosed | Whether or not the result sequence is closed. |
ItemType | The type of the current item |
NextStream | The next Stream in the result sequence, null if there is no next stream |
ResultsSequenceConcurrency | The concurrency setting for the IXdbcResultSequence objects generated by evaluating this statement. |
Stream | The underlying Stream for reading bytes out of the results sequence |
Warnings | Returns the first warning reported by calls on the command. |
IXdbcResultSequence Interface | MarkLogic.Xdbc Namespace