Click or drag to resize

LeftJoin Constructor (ISparqlAlgebra, ISparqlAlgebra)

Creates a new LeftJoin where there is no Filter over the join.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public LeftJoin(
	ISparqlAlgebra lhs,
	ISparqlAlgebra rhs
)

Parameters

lhs
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
LHS Pattern.
rhs
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
RHS Pattern.
See Also