BaseMultisetMinusJoin Method |
Does a Minus Join of this Multiset to another Multiset where any joinable results are subtracted from this Multiset to give the resulting Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual BaseMultiset MinusJoin(
BaseMultiset other
)
Public Overridable Function MinusJoin (
other As BaseMultiset
) As BaseMultiset
Parameters
- other
- Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset.
Return Value
Type:
BaseMultiset[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseMultiset.MinusJoin(VDS.RDF.Query.Algebra.BaseMultiset)"]
See Also