Click or drag to resize

SparqlResultBinderGroup Method

Gets the Group referred to by the given ID.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual BindingGroup Group(
	int groupID
)

Parameters

groupID
Type: SystemInt32
Group ID.

Return Value

Type: BindingGroup

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResultBinder.Group(System.Int32)"]

See Also