FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.InKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InKey: Boolean read FInKey;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappingItem

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