Click or drag to resize

BaseMultisetLeftJoin Method

Does a Left Join of this Multiset to another Multiset where the Join is predicated on the given Expression.

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

Parameters

other
Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.
expr
Type: VDS.RDF.Query.ExpressionsISparqlExpression
Expression.

Return Value

Type: BaseMultiset

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseMultiset.LeftJoin(VDS.RDF.Query.Algebra.BaseMultiset,VDS.RDF.Query.Expressions.ISparqlExpression)"]

See Also