DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlParser.Where_clauseContext Class / AddChild Method / AddChild(RuleContext) Method

In This Topic
    AddChild(RuleContext) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub AddChild( _
       ByVal ruleInvocation As Antlr4.Runtime.RuleContext _
    ) 
    public virtual void AddChild( 
       Antlr4.Runtime.RuleContext ruleInvocation
    )

    Parameters

    ruleInvocation
    See Also