Click or drag to resize

SparqlResultBinderSetGroupContext Method

Sets the Group Context for the Binder.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void SetGroupContext(
	bool accessContents
)

Parameters

accessContents
Type: SystemBoolean
Whether you want to access the Group Contents or the Groups themselves.
See Also