FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceExpression: String read FSourceExpression write FSourceExpression;

C++

__property System::UnicodeString SourceExpression = {read=FSourceExpression, write=FSourceExpression};

Properties

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

Description

Represents an optional expression to be applied to the source data.

The SourceExpression property represents an optional expression to be applied to the source data.

The result of the expression will be assigned to the destination data item.

Note This property can be combined with the SourceFieldName property.

See Also