FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.InKey

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: TFDBatchMoveMappingItem

Delphi

property InKey: Boolean read FInKey;

C++

__property bool InKey = {read=FInKey, nodefault};

Description

Read-only. Returns True if the destination data item is a part of the primary key.

Use this property to check whether the destination data item is a part of the primary key.

See Also