SqlQuery
.halguru-action.yaml ➤ RunSqlSelect ➤ SqlQuery
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.
RunSqlSelect:
SqlQuery: SELECT * FROM Users
Name |
Description |
Title |
Sql Query |
Type |
Text |
Required |
True |
Length |
0..4096 |
Property |
Value |
Path |
RunSqlSelect.SqlQuery |
Internal Type |
System.String |
Internal Root Type |
ActionConfiguration |
File Extension |
.halguru-action.yaml |
JSON Schema |
halguru-action-schema.json |
Last updated: | | 2025-10-13 |
Autogenerated: | | Yes |
AI powered: | | Yes |
Core version: | | 1.66.0 |