Click or drag to resize

VariableSubstitutionTransformer Constructor (String, INode)

Create a transform that replaces a variable with a constant.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public VariableSubstitutionTransformer(
	string findVar,
	INode replaceTerm
)

Parameters

findVar
Type: SystemString
Find Variable.
replaceTerm
Type: VDS.RDFINode
Replace Constant.
See Also