WebServiceConnection.Execute Method (Microsoft.Office.InfoPath)
| Name | Description |
|---|---|
| WebServiceConnection.Execute () |
Depending on which ConnectionTypeConnection class it is called from, executes a submit or query operation on the data connection using the declaratively defined values for the submitted data, query parameters, or data to retrieve.
|
| WebServiceConnection.Execute (XPathNavigator, XPathNavigator, XPathNavigator) |
Overrides the default Execute method inherited from the DataConnection base class to allow specifying a different source of data to submit, a different location to insert the data that is returned, or a location to insert any error text returned.
|