[]
An interface representing operations supported by a SQL parser
public interface ISqlParser
Public Interface ISqlParser
| Name | Description |
|---|---|
| Parse(string) | The method to parse a string containing SQL code into a IList of a ISQLStatement |