Search Results for

    Show / Hide Table of Contents

    Class YeSqlLoader

    Represents the loader that provides the functionality to load SQL files.

    Inheritance
    Object
    YeSqlLoader
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: YeSql.Net
    Assembly: YeSql.Net.dll
    Syntax
    public class YeSqlLoader

    Constructors

    Name Description
    YeSqlLoader()

    Initializes a new instance of the YeSqlLoader class.

    Methods

    Name Description
    LoadFromDefaultDirectory()

    Loads the SQL statements from a default directory called yesql.

    LoadFromDirectories(String[])

    Loads the SQL statements from all the SQL files in the specified directories.

    LoadFromFiles(String[])

    Loads the SQL statements from the specified files.

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