Click or drag to resize

VariableSubstitutionTransformerCanReplaceObjects Property

Gets/Sets whethe the Transformer is allowed to replace objects.

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool CanReplaceObjects { get; set; }

Property Value

Type: Boolean
Remarks

The transformer will intelligently select this depending on whether it is replacing with a constant (defaults to true) or a variable (defaults to false), when replacing a variable the behaviour changes automatically. If you set it explicitly the transformer will respect your setting regardless.

See Also