RunSqlSelect
Executes a SQL SELECT query against a database.
RunSqlSelect:
Summary#
Represents an action for executing a SQL SELECT query against a database. This class encapsulates the necessary details to execute the query and handle the results, such as the database provider, connection information, the SQL query itself, and an explanation of the 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#
- .halguru-action.yaml: RunSqlSelect: - Executes a SQL SELECT query against a database.
Summary#
- Path:
.halguru-action.yaml: RunSqlSelect:
- Internal type:
RunSqlSelectAction
- Internal root type:
ActionConfiguration
- JSON Schema for YAML: https://docs.hal.guru/schemas/halguru-action-schema.json