FireDAC.Comp.BatchMove.TFDBatchMoveMappings.AddAll

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMoveMappings

Delphi

procedure AddAll;

C++

void __fastcall AddAll();

Description

Clears the Items property and fills it with the mappings from the batch move object.

AddAll creates a mapping for each field name of the batch move writer that also exists on the batch move reader.

See Also