ExecuteUpdateAndGetResultAsString
Executes the XQuery update according to the XQuery Update specification named in the XQueryUpdateVersion property, and returns the result as a string. This method does not produce additional result files, such as charts or secondary results. It also does not hold binary results such as .docx OOXML files.
COM and .NET
Signature: string ExecuteUpdateAndGetResultAsString()
Java
Signature: public string executeUpdateAndGetResultAsString()