EldorADO.NET Class Library

ObjectPath.Join Method (String)

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overridable Overloads Public Function Join( _
   ByVal text As String _
) As ObjectPath
[C#]
public virtual ObjectPath Join(
   string text
);

Parameters

text
Missing <param> documentation for text

Return Value

Missing <returns> documentation for M:Eldorado.Object.Query.ObjectPath.Join(System.String)

See Also

ObjectPath Class | Eldorado.Object.Query Namespace | ObjectPath.Join Overload List