LeviathanResultBinderIsGroup Method  | 
 
            Determines whether a given ID is for of a Group.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override bool IsGroup(
	int groupID
)
Public Overrides Function IsGroup ( 
	groupID As Integer
) As Boolean
Parameters
- groupID
 - Type: SystemInt32
Group ID. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.LeviathanResultBinder.IsGroup(System.Int32)"]
See Also