Esempio n. 1
0
 internal ForUpdateClause(ForUpdateOfClause ofClause
                          , WaitType waitType
                          , int waitTime
                          , Comments comments)
 {
     this.Comments = comments;
     this.OfClause = ofClause;
     this.WaitType = waitType;
     this.WaitTime = waitTime;
 }
 void IVisitor.VisitBefore(ForUpdateOfClause forUpdateOfClause)
 {
     this.ParentExists(forUpdateOfClause);
 }