Click or drag to resize

BindingGroup.AddAssignment Method

Adds a Variable Assignment to the Group.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void AddAssignment(
	string variable,
	INode value
)

Parameters

variable
Type: System.String
Variable.
value
Type: VDS.RDF.INode
Value.
See Also