FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceEvaluator
Delphi
property SourceEvaluator: IFDStanExpressionEvaluator read FSourceEvaluator;
C++
__property Firedac::Stan::Intf::_di_IFDStanExpressionEvaluator SourceEvaluator = {read=FSourceEvaluator};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp |
FireDAC.Comp.BatchMove | TFDBatchMoveMappingItem |
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
nilonly when the SourceExpression property is specified.