Native
Synchronous
No Custom Parameters
ExecuteQuery retrieves a System.Data.DataTable corresponding to the result set of the specified query.
The result set of the specified query is parsed and placed into a System.Data.DataTable. The DataTable has the same number of rows as the result set, and has columns matching the the specified columns of the query.
ExecuteQuery requires that a named database connection already be open, which can done either by using OpenDatabase or by using the name of a database resource associated with the Cisco Unified Application Designer application.
None.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| Query * | System.String | A SQL SELECT statement. | |
| Name * | System.String | The name of the database connection to query. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| ResultSet | System.Data.DataTable | The resulting data of the query. |
Branch Conditions
No description.
No description.