Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsMultipleCommandsSupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsMultipleCommandsSupported: Boolean; override;

C++

virtual bool __fastcall IsMultipleCommandsSupported(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXMySqlMetaDataReader.pas
Data.DBXMySqlMetaDataReader.hpp
Data.DBXMySqlMetaDataReader TDBXMySqlMetaDataReader

Description

Getter method for the MultipleCommandsSupported property.

Data.DBXMySqlMetaDataReader.TDBXMySqlMetaDataReader.IsMultipleCommandsSupported inherits from Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsMultipleCommandsSupported. All content below this line refers to Data.DBXMetaDataReader.TDBXBaseMetaDataReader.IsMultipleCommandsSupported.

Getter method for the MultipleCommandsSupported property.

IsMultipleCommandsSupported returns True if multiple commands are supported by the database, and False otherwise.

See Also