Click or drag to resize

IdentityMultisetRemove Method

Removes a Set to the 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 this operation is invalid on an Identity Multiset.
See Also