ParameterizedSql

12 Sep 20251 minute to read

Interface to define the parameter SQL query.

Properties

params object[]

Specifies the parameter values in the same order their respective placeholders appear in the sql string.

sql string

Specifies the SQL WHERE clause with ? placeholders for each value.