Click or drag to resize

ConstructContext Constructor (INodeFactory, ISet, Boolean)

Creates a new Construct Context.

Namespace:  VDS.RDF.Query.Construct
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ConstructContext(
	INodeFactory factory,
	ISet s,
	bool preserveBNodes
)

Parameters

factory
Type: VDS.RDF.INodeFactory
Factory to create nodes with.
s
Type: VDS.RDF.Query.Algebra.ISet
Set to construct from.
preserveBNodes
Type: System.Boolean
Whether Blank Nodes bound to variables should be preserved as-is.
Remarks

Either the s or factory parameters may be null if required.

See Also