FireDAC.Comp.BatchMove.TFDBatchMoveMappings.KeyFields

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property KeyFields: String read FKeyFields;

C++

__property System::UnicodeString KeyFields = {read=FKeyFields};

Description

Semicolon-separated list of names of destination fields that are part of the primery key.

See Also