ExecuteAndGetResultAsString
Executes the XQuery update according to the XQuery Update specification named in the EngineVersion 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. If additional output files are needed, use the Execute method.
COM and .NET
Signature: string ExecuteAndGetResultAsString()
Java
Signature: public string executeAndGetResultAsString()