XmlQueryWithXQueryResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Query an XML file using XQuery query, get results
public class XmlQueryWithXQueryResult
type XmlQueryWithXQueryResult = class
Public Class XmlQueryWithXQueryResult
- Inheritance
-
XmlQueryWithXQueryResult
Constructors
| Name | Description |
|---|---|
| XmlQueryWithXQueryResult() | |
Properties
| Name | Description |
|---|---|
| ErrorMessage |
If an error occurs, additional details on the error |
| ResultingXml |
Resulting XML result output |
| Successful |
True if the operation was successful, false otherwise |