[This is preliminary documentation and subject to change.]
Evaluate the current query through an evaluator. The current query is decomposed into basic object operators which are then evaluated by the evaluator by calling the corresponding methods.
[Visual Basic] MustOverride Public Sub EvaluateFrom( _ ByVal e As IObjectPathEvaluator _ )