Click or drag to resize

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
)

Parameters

id
Type: SystemInt32
Set ID.
Exceptions
ExceptionCondition
RdfQueryExceptionThrown since the operation is invalid on a Null Multiset.
See Also