FireDAC.Comp.Client.TFDCustomSchemaAdapter

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDCustomSchemaAdapter = class(TFDComponent, IUnknown,
IFDStanErrorHandler, IFDDAptUpdateHandler)

C++

class PASCALIMPLEMENTATION TFDCustomSchemaAdapter : public Firedac::Stan::Intf::TFDComponent

Description

This class implements Centralized Cached Updates support.

Use TFDCustomSchemaAdapter to manage the Centralized Cached Updates. This class hides some of the properties, allowing the descendant classes to control the properties' visibility. End users should use TFDSchemaAdapter.

See Also