SparqlResultBinderGroup Method  | 
 
            Gets the Group referred to by the given ID.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic virtual BindingGroup Group(
	int groupID
)
Public Overridable Function Group ( 
	groupID As Integer
) As BindingGroup
Parameters
- groupID
 - Type: SystemInt32
Group ID. 
Return Value
Type: 
BindingGroup[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlResultBinder.Group(System.Int32)"]
See Also