ISparqlQueryAlgebraProcessorTResult, TContextProcessExistsJoin Method |
Processes an Exists Join.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax TResult ProcessExistsJoin(
IExistsJoin existsJoin,
TContext context
)
Function ProcessExistsJoin (
existsJoin As IExistsJoin,
context As TContext
) As TResult
Parameters
- existsJoin
- Type: VDS.RDF.Query.AlgebraIExistsJoin
Exists Join. - context
- Type: TContext
Evaluation Context.
Return Value
Type:
TResult[Missing <returns> documentation for "M:VDS.RDF.Query.ISparqlQueryAlgebraProcessor`2.ProcessExistsJoin(VDS.RDF.Query.Algebra.IExistsJoin,`1)"]
See Also