Summary
Parses the contents of the file into the
internal list using the specified delimiter
and delimiter style
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Util - Containing Type
- SqlStatementList
Syntax
public void ParseSqlFromFile(string file, Encoding encoding)
Parameters
Name | Type | Description |
---|---|---|
file | string | File name |
encoding | Encoding | The encoding of the file containing the SQL statements. |
Return Value
Type | Description |
---|---|
void |