Click or drag to resize

NullMultiset.LeftJoin Method

Left Joins another Multiset to this Null Mutliset.

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 the join is predicate upon.

Return Value

Type: BaseMultiset
Results in this Null Multiset since Null joined to anything is Null.
See Also