Data.FireDACJSONReflect.TFDJSONDeltasWriter.Add
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
| Unit: Data.FireDACJSONReflect | |
| Parent: TFDJSONDeltasWriter | |
Delphi
procedure Add(const AName: string; const AFDMemTable: TFDMemTable); overload;
procedure Add(const AFDMemTable: TFDMemTable); overload;
C++
void __fastcall Add(const System::UnicodeString AName, Firedac::Comp::Client::TFDMemTable* const AFDMemTable)/* overload */;
void __fastcall Add(Firedac::Comp::Client::TFDMemTable* const AFDMemTable)/* overload */;
Description
Embarcadero Technologies does not currently have any additional information.