Click or drag to resize

GroupMultisetAdd Method

Adds a Set to the Group Multiset.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override void Add(
	ISet s
)

Parameters

s
Type: VDS.RDF.Query.AlgebraISet
Set.
Exceptions
ExceptionCondition
RdfQueryExceptionThrown since this action is invalid on a Group Multiset.
See Also