EldorADO.NET Class Library

IObjectPathEvaluator.EvaluateJoin Method 

[This is preliminary documentation and subject to change.]

Evaluates the basic object operator Join. The precise meaning of "evaluate" is defined by the class supporting the interface.

[Visual Basic]
Sub EvaluateJoin( _
   ByVal j As JoinPath _
)
[C#]
void EvaluateJoin(
   JoinPath j
);

Parameters

j
The basic object operator Join to evaluate.

See Also

IObjectPathEvaluator Interface | Eldorado.Object.Query Namespace