FireDAC.Stan.Option.TFDSecurityOptions.AllowMultiCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowMultiCommands: Boolean read GetAllowMultiCommands

C++

__property bool AllowMultiCommands = {read=GetAllowMultiCommands, write=SetAllowMultiCommands, stored=IsAMCS, default=1};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDSecurityOptions

Description

AllowMultiCommands enables or disables the execution of multiple SQL commands in a single query.

It is enabled by default and only works with databases that offer the matching feature: SQLite, PostgreSQL, and MySQL.


See Also