public new void GetContent(CompilerContext context, ParseTreeNode parseNode) { var _elementsToBeAdded = (CollectionOfDBObjectsNode)parseNode.ChildNodes[3].AstNode; var _AttrName = parseNode.ChildNodes[2].FirstChild.FirstChild.Token.ValueString; AttributeUpdateList = new AttributeAssignOrUpdateList(_elementsToBeAdded.CollectionDefinition, ((IDNode)parseNode.ChildNodes[2].AstNode).IDChainDefinition, false); base.ParsingResult.PushIWarning(new Warnings.Warning_ObsoleteGQL("ADD TO", "+=")); }
public new void GetContent(CompilerContext context, ParseTreeNode parseNode) { AttributeUpdateList = new AttributeAssignOrUpdateList(((CollectionOfDBObjectsNode)parseNode.ChildNodes[2].AstNode).CollectionDefinition, ((IDNode)parseNode.ChildNodes[0].AstNode).IDChainDefinition, false); }