AllowUserVariables
Determines whether user-defined variables (prefixed by an $) can be used in SQL queries executed through the connection.
Data Type
bool
Default Value
false
Remarks
When set to 'true', user variables (prefixed by an $) can be used in SQL queries. By default, identifiers prefixed with $ are treated as command parameters rather than user-defined variables.