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#
- .halguru-action.yaml: RunSqlSelect: - Executes a SQL SELECT query against a database.
Summary#
- Path:
.halguru-action.yaml: RunSqlSelect: SqlQuery:
- Internal type:
RunSqlSelectAction
- Internal root type:
ActionConfiguration
- JSON Schema for YAML: https://docs.hal.guru/schemas/halguru-action-schema.json