Click or drag to resize

BaseMultisetExistsJoin Method

Does an Exists Join of this Multiset to another Multiset where the Join is predicated on the existence/non-existence of a joinable solution on the RHS.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual BaseMultiset ExistsJoin(
	BaseMultiset other,
	bool mustExist
)

Parameters

other
Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.
mustExist
Type: SystemBoolean
Whether a solution must exist in the Other Multiset for the join to be made.

Return Value

Type: BaseMultiset

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseMultiset.ExistsJoin(VDS.RDF.Query.Algebra.BaseMultiset,System.Boolean)"]

See Also