Scalar Functions
You can use scalar functions in SQL statements with the following syntax:
{fn scalar-function}
where scalar-function is a scalar function supported by the PSQL ADO.NET Data Provider.
Example
SELECT {fn UCASE(NAME)} FROM EMP
Table 64 lists the scalar functions supported.