FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.IsIdentity

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsIdentity: Boolean read FIsIdentity;

C++

__property bool IsIdentity = {read=FIsIdentity, 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 an identity field or column.

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

See Also