public void Process(DbMethodCallExpression exp, SqlGenerator generator) { MethodHandlerHelper.EnsureTrimCharArgumentIsSpaces(exp.Arguments[0]); generator.SqlBuilder.Append("LTRIM("); exp.Object.Accept(generator); generator.SqlBuilder.Append(")"); }
public void Process(DbMethodCallExpression exp, SqlGeneratorBase generator) { throw new NotSupportedException(MethodHandlerHelper.AppendNotSupportedDbFunctionsMsg(exp.Method, "TotalMilliseconds")); }