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
)
Public Overridable Sub SetGroupContext (
accessContents As Boolean
)
Parameters
- accessContents
- Type: SystemBoolean
Whether you want to access the Group Contents or the Groups themselves.
See Also