NullMultiset.AddVariable Method |
Adds a Variable to this Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override void AddVariable(
string variable
)
Public Overrides Sub AddVariable (
variable As String
)
Parameters
- variable
- Type: System.String
Variable.
ExceptionsException | Condition |
---|
RdfQueryException | Thrown since the operation is invalid on a Null Multiset. |
See Also