FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.SourceEvaluator

From RAD Studio API Documentation
Jump to: navigation, search

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 nil only when the SourceExpression property is specified.

See Also