Is there anything on npgsql similar to the SqlFunctions class, or the PgSqlFunctions available on dotConnect?
I've been trying to create a dynamic sql expression using LINQ, but things like ToString or PadLeft can't be processed by LINQ.
I really need to be able to cast from datetime to string, among others.