FireDAC.Comp.BatchMove.TFDBatchMoveMappings.KeyValues

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 KeyValues: Variant read GetKeyValues;

C++

__property System::Variant KeyValues = {read=GetKeyValues};

Description

Variant array that contains the values of the destination fields that are part of the primary key.

See Also