EldorADO.NET Class Library

ObjectPath.Join Method (Boolean, String, String, String)

[This is preliminary documentation and subject to change.]

Perform a join on a reference.

[Visual Basic]
Overridable Overloads Public Function Join( _
   ByVal isOuterJoin As Boolean, _
   ByVal correlation As String, _
   ByVal role As String, _
   ByVal alias As String _
) As ObjectPath
[C#]
public virtual ObjectPath Join(
   bool isOuterJoin,
   string correlation,
   string role,
   string alias
);

Parameters

isOuterJoin
The mode of the join (true if outer, false if inner)
correlation
The start point of the join
role
The name of the reference to join along
alias
The name of the result join as a new correlation

Return Value

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

See Also

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