GroupMultisetGroup Method |
Gets the Group with the given ID.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public BindingGroup Group(
int id
)
Public Function Group (
id As Integer
) As BindingGroup
Parameters
- id
- Type: SystemInt32
Group ID.
Return Value
Type:
BindingGroup[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.GroupMultiset.Group(System.Int32)"]
See Also