MultisetAddVariable Method |
Adds a Variable to the list of Variables present in 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.
See Also