LeviathanResultBinderGroup Method |
Returns the Group with the given ID.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override BindingGroup Group(
int groupID
)
Public Overrides 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.LeviathanResultBinder.Group(System.Int32)"]
See Also