Click or drag to resize

PartitionedMultisetAdd Method

Adds a Set to the 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.
Remarks
Assumes the caller has set the ID of the set appropriately and will use this to determine which partition to add to.
See Also