Method LoadFromDefaultDirectory
| Improve this Doc View SourceLoadFromDefaultDirectory()
Loads the SQL statements from a default directory called yesql.
Declaration
public ISqlCollection LoadFromDefaultDirectory()
Returns
| Type | Description |
|---|---|
| ISqlCollection | A collection containing the tags with their associated SQL statements. |
Remarks
This method starts searching from the current directory where the application is running (e.g., bin/Debug/net8.0).
Exceptions
| Type | Condition |
|---|---|
| AggregateException | If the parser and/or loader encounters one or more errors. |