Beispiel #1
0
 protected override Expression Accept(DbExpressionVisitor visitor)
 {
     return(visitor.VisitCommandAggregate(this));
 }