Click or drag to resize

NullMultisetAddVariable Method

Adds a Variable to this Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void AddVariable(
	string variable
)

Parameters

variable
Type: SystemString
Variable.
Exceptions
ExceptionCondition
RdfQueryExceptionThrown since the operation is invalid on a Null Multiset.
See Also