Skip to main content

Database Query

Used to query the database and retrieve data.

Input

  • Query: The query to be made in the database
    • Type: System.String
    • Required

Output

  • Data Table: The result of the database query
    • Type: System.Data.DataTable

Details

  • This activity must be used within the "Database Connection Scope" activity.