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
)
Public Sub New (
factory As INodeFactory,
s As ISet,
preserveBNodes As Boolean
)
Parameters
- factory
- Type: VDS.RDFINodeFactory
Factory to create nodes with. - s
- Type: VDS.RDF.Query.AlgebraISet
Set to construct from. - preserveBNodes
- Type: SystemBoolean
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