FireDAC.Stan.Option.TFDSecurityOptions.AllowSQLChange
Delphi
property AllowSQLChange: Boolean read GetAllowSQLChange
C++
__property bool AllowSQLChange = {read=GetAllowSQLChange, write=SetAllowSQLChange, stored=IsASCS, default=1};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | published | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | TFDSecurityOptions |
Description
Lorsqu'elle est définie sur False, elle évite que des modifications soient apportées au texte d'une requête SQL FireDAC à l'exécution.
AllowSQLChange est définie sur True par défaut.