Click or drag to resize

VariableSubstitutionTransformer Constructor (String, String)

Create a transform that replaces one variable with another.

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

Parameters

findVar
Type: SystemString
Find Variable.
replaceVar
Type: SystemString
Replace Variable.
See Also