API:FireDAC.Comp.Client.TFDUpdateSQL

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.Client.TFDCustomUpdateObjectFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDUpdateSQL
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDUpdateSQL = class(TFDCustomUpdateObject)

C++

class PASCALIMPLEMENTATION TFDUpdateSQL : public TFDCustomUpdateObject

Description

This is the base class for update objects used to override updates posting.

FireDAC.Comp.Client.TFDUpdateSQL inherits from FireDAC.Comp.Client.TFDCustomUpdateObject. All content below this line refers to FireDAC.Comp.Client.TFDCustomUpdateObject.

This is the base class for update objects used to override updates posting.

Use TFDCustomUpdateObject as a base class when creating customized update objects that apply updates to a database.

See Also