|
AnyDAC
|
Controls expansion of parameters.
Use ParamExpand property to control parameters expansion. If it is True, then the AnyDAC styled markers (:name) will be replaced with the DBMS SQL dialect markers. If it is False, then AnyDAC does not replace the parameter markers. The default value is True.
Setting ParamExpand to False, may be usefull if:
Setting PreprocessCmdText to False, sets ParamsExpand to False.
property ParamExpand: Boolean;
|
What do you think about this topic? Send feedback!
|