API:FireDAC.Comp.Client.TFDCustomQuery
Delphi
TFDCustomQuery = class(TFDRdbmsDataSet)
C++
class PASCALIMPLEMENTATION TFDCustomQuery : public TFDRdbmsDataSet
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
This class includes everything required by descendants to execute SQL commands.
FireDAC.Comp.Client.TFDCustomQuery inherits from FireDAC.Comp.Client.TFDRdbmsDataSet. All content below this line refers to FireDAC.Comp.Client.TFDRdbmsDataSet.
This class includes everything required by descendants to execute SQL commands.
The TFDRdbmsDataSet class is an intermediate class in the FireDAC dataset classes hierarchy. The programmer must not use it directly.
Use TFDRdbmsDataSet to subclass a new dataset class capable of executing SQL commands. This class creates and maintains everything required by descendants to execute SQL commands--table adapter and command objects.
For options description, see FireDAC.Stan.Option.