Skip to content

DatabaseProvider

Specifies the database provider to be used for executing the SQL query.

RunSqlSelect:
  DatabaseProvider:

Summary#

Specifies the database provider to be used for executing the SQL query. This property should align with a recognized database provider name, such as "SqlServer", "MySql", etc. It is a critical parameter for connecting to the database and must be set before executing a SQL SELECT action.

Properties#

  • DatabaseProvider - Specifies the database provider to be used for executing the SQL query.
  • ConnectionString - Contains the connection details required to establish communication with the target database.
  • SqlQuery - Represents the SQL SELECT query that will be executed against the database.
  • Explanation - Provides a descriptive explanation of the SQL SELECT action.
  • Result - Represents the result of the executed SQL SELECT query.

Parent models#

Summary#