Summary
Initializes a new instance.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Util - Containing Type
- SqlStatementList
Syntax
public SqlStatementList(string delimiter, DelimiterStyle style)
Parameters
| Name | Type | Description |
|---|---|---|
| delimiter | string | String that separates statements from each other |
| style | DelimiterStyle | Style of the delimiter |
Return Value
| Type | Description |
|---|---|
| void |
