DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / ISqlParser Interface / Parse Method

In This Topic
    Parse Method (ISqlParser)
    In This Topic
    The method to parse a string containing SQL code into a IList of a ISQLStatement
    Syntax
    'Declaration
     
    Function Parse( _
       ByVal sql As String _
    ) As IList(Of ISQLStatement)

    Parameters

    sql
    See Also