예제 #1
0
        public new static string Format(Expression expression)
        {
            PostgreFormatter formatter = new PostgreFormatter();

            formatter.Visit(expression);
            return(formatter.ToString());
        }
예제 #2
0
 public override string Format(Expression expression)
 {
     return(PostgreFormatter.Format(expression));
 }