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
)
Public Overrides Sub AddVariable (
variable As String
)
Parameters
- variable
- Type: SystemString
Variable.
Exceptions Exception | Condition |
---|
RdfQueryException | Thrown since the operation is invalid on a Null Multiset. |
See Also