Esempio n. 1
0
 protected override void VisitWith(IFragmentBuilder parent, IQueryGraphBuilder graph, IWithBuilder expression)
 {
     this.Push(new SqlWithWriter(parent, graph, this.Database, this, this.Parameters));
     this.Peek.Write(expression);
     this.Pop();
 }
Esempio n. 2
0
 protected override void VisitWith(IFragmentBuilder parent, IQueryGraphBuilder graph, IWithBuilder expression)
 {
     //Nothing to do.
 }
Esempio n. 3
0
 protected abstract void VisitWith(IFragmentBuilder parent, IQueryGraphBuilder graph, IWithBuilder expression);