EmailSubmitConnection.Execute Method
Include Protected Members
Include Inherited Members
Executes a submit operation on the data connection.
Overload List
Name | Description | |
---|---|---|
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. (Inherited from DataConnection.) | |
Execute(XPathNavigator) | Overrides the default Execute method to allow specifying a different source of data to submit. |
Top