CPGconn.sendQueryParamsExt

Like sendQueryParams but uses libpq escaping functions and sendQuery.

The main advantage of the function is ability to handle multiple SQL commands in one query.

class CPGconn
void
sendQueryParamsExt
(
string command
,
string[] paramValues
)

Throws

PGQueryException

Meta