DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlLexer Class / Interpreter Property

In This Topic
    Interpreter Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Property Interpreter As Antlr4.Runtime.Atn.LexerATNSimulator
    public virtual Antlr4.Runtime.Atn.LexerATNSimulator Interpreter {get; set;}
    See Also