SparqlResultBinderIsGroup Method |
Checks whether the given ID refers to a Group.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual bool IsGroup(
int groupID
)
Public Overridable 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.SparqlResultBinder.IsGroup(System.Int32)"]
See Also