Exemplo n.º 1
0
 virtual public void VisitAfter(ForUpdateOfClause forUpdateOfClause)
 {
 }
Exemplo n.º 2
0
 public void VisitAfter(ForUpdateOfClause forUpdateOfClause)
 {
     _visitor.VisitAfter(forUpdateOfClause);
 }
Exemplo n.º 3
0
 virtual public void VisitBefore(ForUpdateOfClause forUpdateOfClause)
 {
 }
Exemplo n.º 4
0
 public void VisitBefore(ForUpdateOfClause forUpdateOfClause)
 {
     _visitor.VisitBefore(forUpdateOfClause);
 }