Click or drag to resize

NullMultisetJoin Method

Joins another Multiset to this Null Mutliset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override BaseMultiset Join(
	BaseMultiset other
)

Parameters

other
Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.

Return Value

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