コード例 #1
0
 protected override Expression VisitConstant(ConstantExpression c)
 {
     _queryBuilder.Append(c.ToCypherString());
     return c;
 }