FireDAC.DBX.Migrate.TFDDBXDataSetHelper.CommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommandType: TSQLCommandType read GetCommandType write SetCommandType;

Properties

Type Visibility Source Unit Parent
property public FireDAC.DBX.Migrate.pas FireDAC.DBX.Migrate TFDDBXDataSetHelper

Description

Emulates DBX TCustomSQLDataSet.CommandType.

Use TFDQuery or TFDStoredProc instead.

See Also