IdentityMultisetExistsJoin Method |
Exists Joins the Multiset to another Multiset.
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 solutions must exist in the Other Multiset for the Join to suceed.
Return Value
Type:
BaseMultiset[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.IdentityMultiset.ExistsJoin(VDS.RDF.Query.Algebra.BaseMultiset,System.Boolean)"]
See Also