DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlParser.ParseContext Class / error Method / error(Int32) Method

In This Topic
    error(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function error( _
       ByVal i As Integer _
    ) As SqlParser.ErrorContext
    public SqlParser.ErrorContext error( 
       int i
    )

    Parameters

    i
    See Also