EldorADO.NET Class Library

IObjectPathEvaluator.EvaluateCross Method 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Sub EvaluateCross( _
   ByVal j As CrossPath _
)
[C#]
void EvaluateCross(
   CrossPath j
);

Parameters

j
The basic object operator Cross to evaluate.

See Also

IObjectPathEvaluator Interface | Eldorado.Object.Query Namespace