Adds a Value for a Variable to the Set.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void Add(
string variable,
INode value
)
Sub Add (
variable As String,
value As INode
)
Parameters
- variable
- Type: SystemString
Variable. - value
- Type: VDS.RDFINode
Value.
See Also