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

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