ENUMXQueryUpdatedXML
Specifies how XQuery updates are handled.
•eUpdatedDiscard: Updates are discarded and not written to file.
•eUpdatedWriteback: Updates are written to the input XML file specified with (set)InputXMLFileName.
•eUpdatedAsMainResult: Updates are written to the location specified by the outputFile parameter of ExecuteUpdate.
COM and .NET
eUpdatedDiscard  | = 1  | 
eUpdatedWriteback  | = 2  | 
eUpdatedAsMainResult  | = 3  | 
Used by
Interface  | Property  | 
Java
public enum ENUMXQueryUpdatedXML {
       eUpdatedDiscard
       eUpdatedWriteback
eeUpdatedAsMainResult }
Used by
Class  | Method  |