FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceExpression

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMoveMappingItem

Delphi

property SourceExpression: String read FSourceExpression write FSourceExpression;

C++

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

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