Click or drag to resize

IdentityMultisetLeftJoin 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.AlgebraBaseMultiset
Other Multiset.
expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression which the Join is predicated on.

Return Value

Type: BaseMultiset
The other Multiset.
See Also