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