FireDAC.Comp.Client.TFDRdbmsDataSet

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDAdaptedDataSetFireDAC.Comp.DataSet.TFDDataSetData.DB.TDataSetSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDRdbmsDataSet

Delphi

TFDRdbmsDataSet = class(TFDAdaptedDataSet)

C++

class PASCALIMPLEMENTATION TFDRdbmsDataSet : public TFDAdaptedDataSet

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.

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.

See Also