ConnectionString
Contains the connection details required to establish communication with the target database.
RunSqlSelect:
ConnectionString:
Summary#
Contains the connection details required to establish communication with the target database. This property is critical for successful query execution and should include parameters such as server address, database name, authentication credentials, and other necessary configurations.
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: ConnectionString:
- Internal type:
RunSqlSelectAction
- Internal root type:
ActionConfiguration
- JSON Schema for YAML: https://docs.hal.guru/schemas/halguru-action-schema.json