Interface IExistsJoin
Represents an Algebra construct which is an Exists Join.
Inherited Members
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public interface IExistsJoin : IAbstractJoin, ISparqlAlgebra
Properties
| Improve this Doc View SourceMustExist
Gets whether the Join requires compatible solutions to exist on the RHS.
Declaration
bool MustExist { get; }
Property Value
Type | Description |
---|---|
System.Boolean |