FireDAC.Stan.Option.TFDSecurityOptions.AllowSQLChange
Delphi
property AllowSQLChange: Boolean read GetAllowSQLChange
C++
__property bool AllowSQLChange = {read=GetAllowSQLChange, write=SetAllowSQLChange, stored=IsASCS, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDSecurityOptions |
Description
When AllowSQLChange is disabled (False
), it avoids changes to the text of a FireDAC SQL query at runtime. This property is enabled by default.