[]
The method to parse a string containing SQL code into a IList of a ISQLStatement
IList<ISQLStatement> Parse(string sql)
Function Parse(sql As String) As IList(Of ISQLStatement)
| Type | Name | Description |
|---|---|---|
| string | sql |
| Type | Description |
|---|---|
| IList<ISQLStatement> |