Database Query
Used to query the database and retrieve data.
Input
- Query: The query to be made in the database
- Type:
System.String - Required
- Type:
Output
- Data Table: The result of the database query
- Type:
System.Data.DataTable
- Type:
Details
- This activity must be used within the "Database Connection Scope" activity.