NullMultisetExistsJoin Method |
Exists Joins another Multiset to this Null Mutliset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override BaseMultiset ExistsJoin(
BaseMultiset other,
bool mustExist
)
Public Overrides Function ExistsJoin (
other As BaseMultiset,
mustExist As Boolean
) As BaseMultiset
Parameters
- other
- Type: VDS.RDF.Query.AlgebraBaseMultiset
Other Multiset. - mustExist
- Type: SystemBoolean
Whether joinable solutions must exist in the other Multiset for joins to be made.
Return Value
Type:
BaseMultiset
Results in this Null Multiset since Null joined to anything is Null.
See Also