DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlLexer Class / SqlLexer Constructor

In This Topic
    SqlLexer Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal input As Antlr4.Runtime.ICharStream _
    )
    public SqlLexer( 
       Antlr4.Runtime.ICharStream input
    )

    Parameters

    input
    See Also