Search Results for

    Show / Hide Table of Contents

    Method LoadFromDefaultDirectory

    | Improve this Doc View Source

    LoadFromDefaultDirectory()

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 YeSQL.NET