The properties of the IXdbcCommand interface are listed below. For a complete list of IXdbcCommand interface members, see the IXdbcCommand Members topic.
BufferSize | A hint about the number of bytes that should be fetched from the database in a single read of results |
Connection | The IXdbcConnection object that generated this command |
IsClosed | Whether or not the command is closed. |
QueryTimeout | The maximum number of seconds the driver will wait for an IXdbcCommand to execute. |
ResultsSequenceConcurrency | The concurrency setting for the IXdbcResultSequence objects that are generated by executing this command. |
Warnings | Returns the first warning reported by calls on this connection. |
IXdbcCommand Interface | MarkLogic.Xdbc Namespace