Specifies a (left) outer join between an entity type and a query
Namespace:
Mindscape.LightSpeed.QueryingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public static Join Outer( Type lhs, Type rhs, string lhsAlias, string rhsAlias, string lhsColumnName, string rhsColumnName ) |
Visual Basic (Declaration) |
---|
Public Shared Function Outer ( _ lhs As Type, _ rhs As Type, _ lhsAlias As String, _ rhsAlias As String, _ lhsColumnName As String, _ rhsColumnName As String _ ) As Join |
Parameters
- lhs
- Type: System..::.Type
The entity type to be joined
- rhs
- Type: System..::.Type
The entity type to be joined to
- lhsAlias
- Type: System..::.String
The alias for the left hand side type
- rhsAlias
- Type: System..::.String
The alias for the right hand side type
- lhsColumnName
- Type: System..::.String
The attribute in the entity type on which to join.
- rhsColumnName
- Type: System..::.String
The attribute in the query on which to join