EldorADO.NET Class Library

ObjectPath.EvaluateFrom Method 

[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 _
)
[C#]
public abstract void EvaluateFrom(
   IObjectPathEvaluator e
);

Parameters

e
The object evaluator to evaluate the current query through.

See Also

ObjectPath Class | Eldorado.Object.Query Namespace