https://www.ibm.com/docs/en/db2/11.5.x?topic=methods-executexmlreader
DB2Command.ExecuteXmlReader Method
Sends the CommandText to the Connection and builds an XMLReader. If the first column in the result set is not of a supported type (any character, binary type,...
method
https://www.ibm.com/docs/en/db2/12.1.x?topic=properties-atomicarrayinput
DB2Command.AtomicArrayInput Property
Gets or sets boolean value to determine whether to execute multi-row operations in atomic or non-atomic scope.
property
https://www.ibm.com/docs/en/db2/11.5.x?topic=constructors-db2command-string-db2connection-db2transaction
DB2Command Constructor (String, DB2Connection, DB2Transaction)
Initializes a new instance of the DB2Command class with the text of the query, a DB2Connection object, and the Transaction.
constructorstring
https://www.ibm.com/docs/en/db2/11.5.x?topic=methods-cancel
DB2Command.Cancel Method
Attempts to cancel the execution of a DB2Command.
cancelmethod