FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceEvaluator
| [–] 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
nilonly when the SourceExpression property is specified.