Skip to content

SqlQuery

Represents the SQL SELECT query that will be executed against the database.

RunSqlSelect:
  SqlQuery:

Summary#

Represents the SQL SELECT query that will be executed against the database. This property contains the actual SQL statement, which must be written in a format supported by the specified database provider. It should be set to a valid and properly constructed query string before execution.

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#