Click or drag to resize

GroupMultisetGroupSetIDs Method

Gets the enumeration of the IDs of Sets in the group with the given ID.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<int> GroupSetIDs(
	int id
)

Parameters

id
Type: SystemInt32
Group ID.

Return Value

Type: IEnumerableInt32

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.GroupMultiset.GroupSetIDs(System.Int32)"]

See Also