TdxServerModeDataSourceOptions.UseQueryParams Property
Controls if the SQL adapter generates queries with parameters.
#Declaration
property UseQueryParams: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Normally, parameterized queries allow you to improve performance due to the intrinsic server optimizations provided for them. Set the UseQueryParams property to False to prohibit the SQL adapter from generating parameterized queries.
Note
Parameterized queries are not used regardless of the Use
The default value of the UseQueryParams property is True.