Click or drag to resize

IdentityMultiset.LeftJoin Method

Left Joins the Multiset to another Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override BaseMultiset LeftJoin(
	BaseMultiset other,
	ISparqlExpression expr
)

Parameters

other
Type: VDS.RDF.Query.Algebra.BaseMultiset
Other Multiset.
expr
Type: VDS.RDF.Query.Expressions.ISparqlExpression
Expression which the Join is predicated on.

Return Value

Type: BaseMultiset
The other Multiset.
See Also