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, IVisitable, IProcessable
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 |