ConnectionString
.halguru-action.yaml ➤ RunSqlSelect ➤ ConnectionString
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.
RunSqlSelect:
ConnectionString: Server=localhost;Database=HalGuru;User Id=sa;Password=;
Name |
Description |
Title |
Connection String |
Type |
Text |
Required |
True |
Length |
0..4096 |
Property |
Value |
Path |
RunSqlSelect.ConnectionString |
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 |