Example #1
0
 protected override void VisitAdd(IFragmentBuilder parent, IQueryGraphBuilder graph, IAddBuilder expression)
 {
     this.Push(new SqlInsertWriter(parent, graph, this.Database, this, this.Parameters));
     this.Peek.Write(expression);
     this.Pop();
 }
Example #2
0
 protected override void VisitAdd(IFragmentBuilder parent, IQueryGraphBuilder graph, IAddBuilder expression)
 {
     //Nothing to do.
 }
Example #3
0
 protected abstract void VisitAdd(IFragmentBuilder parent, IQueryGraphBuilder graph, IAddBuilder expression);