ExecuteUpdate
Executes the XQuery update according to the XQuery Update specification named in the XQueryUpdateVersion property, and saves the result to the output file named in the outputFile parameter. The parameter is a string that provides the location (path and filename) of the output file. The result is true on success, false on failure. If an error occurs, a RaptorXMLException is raised. Use the LastErrorMessage property to access additional information.
COM and .NET
Signature: boolean ExecuteUpdate(string outputFile)
Java
Signature: public boolean executeUpdate(string outputFile)