LeviathanResultBinderSetGroupContext Method  | 
 
            Sets the Group Context for the Binder.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override void SetGroupContext(
	bool accessContents
)
Public Overrides Sub SetGroupContext ( 
	accessContents As Boolean
)
Parameters
- accessContents
 - Type: SystemBoolean
Whether you want to access the Group Contents or the Groups themselves. 
See Also