Skip to content

Explanation

Provides a descriptive explanation of the SQL SELECT action.

RunSqlSelect:
  Explanation:

Summary#

Provides a descriptive explanation of the SQL SELECT action. This property is intended to describe the purpose or context of the query, helping to document its intended usage or reasoning.

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#