EldorADO.NET Class Library

ObjectPath.Join Method

[This is preliminary documentation and subject to change.]

Perform a join on a reference.

Overload List

Perform a join on a reference.

public virtual ObjectPath Join(bool,string,string,string);

Perform a series of joins according to the following syntax path_list ::= { path "," }+ path ::= (ref_path | list_path) ref_path ::= correlation:id "." role:id ["?"] "as" alias:id list_path ::= alias:id "in" correlation:id "." role:id ["?"] The variant syntaxes have the following semantics: correlation.role => inner join correlation.role? => outer join

public virtual ObjectPath Join(string);

See Also

ObjectPath Class | Eldorado.Object.Query Namespace