FireDAC.DBX.Migrate.TFDDBXDataSetHelper.DbxCommandType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source: FireDAC.DBX.Migrate.pas
Unit: FireDAC.DBX.Migrate
Parent: TFDDBXDataSetHelper

Delphi

property DbxCommandType: string read GetDbxCommandType write SetDbxCommandType;

Description

Emulates DBX TCustomSQLDataSet.DbxCommandType.

Use TFDQuery or TFDStoredProc instead.

See Also