Class YeSqlLoader
Represents the loader that provides the functionality to load SQL files.
Inherited Members
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 |
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. |