IdentityMultisetAddVariable Method |
Adds a Variable to the 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 this operation is invalid on an Identity Multiset. |
See Also