[]
        
(Showing Draft Content)

C1.DataConnector.ISqlParser.Parse

Parse Method

Parse(string)

The method to parse a string containing SQL code into a IList of a ISQLStatement

Declaration
IList<ISQLStatement> Parse(string sql)
Parameters
Type Name Description
string sql
Returns
Type Description
IList<ISQLStatement>