Click or drag to resize

BindingGroupAddAssignment 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: SystemString
Variable.
value
Type: VDS.RDFINode
Value.
See Also