FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceEvaluator

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 SourceEvaluator: IFDStanExpressionEvaluator read FSourceEvaluator;

C++

__property Firedac::Stan::Intf::_di_IFDStanExpressionEvaluator SourceEvaluator = {read=FSourceEvaluator};

Description

Read-only. Returns a reference to an expression evaluator interface.

Use this property to get a reference to an expression evaluator interface.

Note: This property is not nil only when the SourceExpression property is specified.

See Also