FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.InKey
[–] 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.