NullMultiset.Remove Method |
Removes a Set from a Multiset.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override void Remove(
int id
)
Public Overrides Sub Remove (
id As Integer
)
Parameters
- id
- Type: System.Int32
Set ID.
ExceptionsException | Condition |
---|
RdfQueryException | Thrown since the operation is invalid on a Null Multiset. |
See Also