Click or drag to resize

LazyUnion Constructor (ISparqlAlgebra, ISparqlAlgebra, Int32)

Creates a new Lazy Union.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public LazyUnion(
	ISparqlAlgebra lhs,
	ISparqlAlgebra rhs,
	int requiredResults
)

Parameters

lhs
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
LHS Pattern.
rhs
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
RHS Pattern.
requiredResults
Type: SystemInt32
The number of results that the Union should attempt to return.
See Also