BaseMultisetTrim Method (String) |
Trims the Multiset by removing all Values for the given Variable.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual void Trim(
string variable
)
Public Overridable Sub Trim (
variable As String
)
Parameters
- variable
- Type: SystemString
Variable.
See Also