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.Evaluate(SparqlEvaluationContext)
ISparqlAlgebra.Variables
ISparqlAlgebra.FloatingVariables
ISparqlAlgebra.FixedVariables
ISparqlAlgebra.ToQuery()
ISparqlAlgebra.ToGraphPattern()
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public interface IExistsJoin : IAbstractJoin, ISparqlAlgebra

Properties

| Improve this Doc View Source

MustExist

Gets whether the Join requires compatible solutions to exist on the RHS.
Declaration
bool MustExist { get; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • MustExist
  • Extension Methods
Back to top Generated by DocFX