FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.IsIdentity

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 IsIdentity: Boolean read FIsIdentity;

C++

__property bool IsIdentity = {read=FIsIdentity, nodefault};

Description

Read-only. Returns True if the destination data item is an identity field or column.

Use this property to check whether the destination data item is is an identity field or column.

See Also