FireDAC.Comp.Client.TFDTable.SchemaAdapter
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDTable |
Delphi
property SchemaAdapter;
C++
__property SchemaAdapter;
Description
Gets or sets a reference to a schema adapter as a Centralized Cached Updates log.
FireDAC.Comp.Client.TFDTable.SchemaAdapter inherits from FireDAC.Comp.Client.TFDRdbmsDataSet.SchemaAdapter. All content below this line refers to FireDAC.Comp.Client.TFDRdbmsDataSet.SchemaAdapter.
Gets or sets a reference to a schema adapter as a Centralized Cached Updates log.
Use the SchemaAdapter property to set a reference to the TFDSchemaAdapter object to enable Centralized Cached Updates mode. The schema adapter object will be used as a central change log shared by several datasets.
To enable propagation of master dataset changes to a detail dataset, set FetchOptions.DetailCascade to True for a detail dataset. Both master and detail datasets must point to the same TFDSchemaAdapter object.