• User Guide
  • API Documentation
  • Developer Guide
  • Support
  • API Documentation
Show / Hide Table of Contents

Interface IExistsJoin

Represents an Algebra construct which is an Exists Join.

Inherited Members
IAbstractJoin.Lhs
IAbstractJoin.Rhs
IAbstractJoin.Transform(IAlgebraOptimiser)
IAbstractJoin.TransformLhs(IAlgebraOptimiser)
IAbstractJoin.TransformRhs(IAlgebraOptimiser)
ISparqlAlgebra.Variables
ISparqlAlgebra.FloatingVariables
ISparqlAlgebra.FixedVariables
ISparqlAlgebra.ToQuery()
ISparqlAlgebra.ToGraphPattern()
IVisitable.Accept<T>(ISparqlAlgebraVisitor<T>)
IProcessable.Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public interface IExistsJoin : IAbstractJoin, ISparqlAlgebra, IVisitable, IProcessable

Properties

| Edit this page View Source

MustExist

Gets whether the Join requires compatible solutions to exist on the RHS.

Declaration
bool MustExist { get; }
Property Value
Type Description
bool

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • MustExist
  • Extension Methods
Back to top Generated by DocFX