IsValidUpdate
Returns the result of validating the XQuery Update document according to the XQuery Update specification named in the XQueryUpdateVersion property. 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 IsValidUpdate()
Java
Signature: public boolean isValidUpdate()